新增场景产品等级 料号颜色解析
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user