新增场景产品等级 料号颜色解析

This commit is contained in:
2023-12-25 16:56:55 +08:00
parent 558e106f17
commit db6a0a7739
55 changed files with 2091 additions and 23 deletions

View File

@@ -80,10 +80,10 @@ public class PrintModelDTO implements Serializable {
@ApiModelProperty(value = "是否启用0 停用1 启用")
private Integer isEnable;
@ApiModelProperty(value = "场景,前端传字符串过来,目前固定这几个DZ BIPV")
@ApiModelProperty(value = "场景,前端传字符串过来,t_scenes 把value传过来放进去不要放id")
private String scenes;
@ApiModelProperty(value = "产品等级,目前固定这几个 : A1 A2 A3 A4 NK")
@ApiModelProperty(value = "产品等级,t_product_level 把value传过来放进去不要放id")
private String productGrade;
}