Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
219dd0ddd7
@ -0,0 +1,42 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesDefect;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class AssembleDefectModel {
|
||||
|
||||
@ApiParam("组织代码")
|
||||
private String organizeCode;
|
||||
|
||||
@ApiParam("工作中心代码")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("过程条码")
|
||||
private String serialNumber;
|
||||
|
||||
@ApiParam("物料号")
|
||||
private String partNo;
|
||||
|
||||
@ApiParam("抛光层级model")
|
||||
private AssembleDefectModel polishingModel;
|
||||
|
||||
@ApiParam("拆解层级model")
|
||||
private AssembleDefectModel disassembleModel;
|
||||
|
||||
@ApiParam("不良类型集合")
|
||||
private List<AssembleDefectModel> defectModelList;
|
||||
|
||||
@ApiParam("类型代码")
|
||||
private String typeCode;
|
||||
|
||||
@ApiParam("类型名称")
|
||||
private String typeName;
|
||||
|
||||
@ApiParam("不良集合")
|
||||
private List<MesDefect> defectList;
|
||||
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import lombok.Data;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import lombok.Data;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import lombok.Data;
|
@ -1,5 +1,6 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi.Pn;
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import com.thoughtworks.xstream.annotations.XStreamImplicit;
|
||||
import lombok.Data;
|
@ -1,5 +1,6 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi.Part;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import org.apache.commons.lang3.StringUtils;
|
@ -1,5 +1,6 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi.Part;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import lombok.Data;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import io.swagger.annotations.ApiParam;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import lombok.Data;
|
@ -1,4 +1,4 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj.edi;
|
||||
|
||||
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||
import io.swagger.annotations.ApiParam;
|
Loading…
Reference in New Issue