Merge pull request '1629 19048-组装关键件绑定增加解绑功能-20210625' (#283) from honghui.jiang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/283
yun-zuoyi
肖奕扬 4 years ago
commit 72c61c5426

@ -1,8 +1,11 @@
package cn.estsh.i3plus.pojo.mes.model;
import cn.estsh.i3plus.pojo.mes.bean.MesProdBindRecord;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import java.util.List;
/**
* @Description:
* @Reference:
@ -48,6 +51,9 @@ public class MesProdBindRecordModel {
private String serialNumber;
@ApiParam("关联批次")
private String lotNo;
@ApiParam("数据集合")
private List<MesProdBindRecord> mesProdBindRecords;
public MesProdBindRecordModel() {
}
@ -122,4 +128,5 @@ public class MesProdBindRecordModel {
this.serialNumber = serialNumber;
this.lotNo = lotNo;
}
}

Loading…
Cancel
Save