添加涂装功能实体字段与model

yun-zuoyi
宋军超 5 years ago
parent 66b98dd6d5
commit fe05a76f6f

@ -140,6 +140,10 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("产品标签模板")
private String prodLabelTemplate;
@Column(name = "CUST_LABEL_TEMPLATE")
@ApiParam("客户标签模板")
private String custLabelTemplate;
// @Version
// @Column(name = "LOCK_VERSION")
// @ApiParam(value = "乐观锁", example = "1")

@ -19,7 +19,7 @@ public class ProdPackModel {
@ApiParam("产品条码")
private String productSn;
// 包装主表--包装
// 包装主表--包装
@ApiParam("一检箱条码")
private String packageNo;

Loading…
Cancel
Save