装箱单信息查询排序

This commit is contained in:
2023-12-20 15:03:52 +08:00
parent 9f78bbe8c3
commit 259970a317
28 changed files with 1541 additions and 559 deletions

View File

@@ -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;
}