【泰国需求变更】

yun-zuoyi
陈思洁 5 years ago
parent 4565693c67
commit 10ae503952

@ -100,6 +100,12 @@ public class GenSerialNoModel {
@ApiParam("版本号")
private String versionNo;
@ApiParam("颜色代码")
private String colorCode;
@ApiParam("颜色名称")
private String colorName;
public GenSerialNoModel(String ruleCode) {
this.ruleCode = ruleCode;

@ -141,4 +141,8 @@ public class StepPrintSnModel extends MesProduceSn {
@ApiParam("版本号")
private String versionNo;
@ApiParam("泰国WL物料描述")
private String tgPartDesc;
@ApiParam("泰国过程条码截取前11位")
private String snTop11;
}

Loading…
Cancel
Save