装箱单信息查询排序
This commit is contained in:
@@ -80,4 +80,10 @@ public class PrintModelDTO implements Serializable {
|
||||
@ApiModelProperty(value = "是否启用,0 停用;1 启用")
|
||||
private Integer isEnable;
|
||||
|
||||
@ApiModelProperty(value = "场景,前端传字符串过来,目前固定这几个:DZ BIPV")
|
||||
private String scenes;
|
||||
|
||||
@ApiModelProperty(value = "产品等级,目前固定这几个 : A1 A2 A3 A4 NK")
|
||||
private String productGrade;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user