Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
28dd76f30b
@ -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;
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,28 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Wynne.Lu
|
||||||
|
* @date 2020/3/9 15:35
|
||||||
|
* @desc
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class TjMgnBoardEquipmentMonitorModel {
|
||||||
|
|
||||||
|
@ApiParam("工位")
|
||||||
|
private String workCellCode;
|
||||||
|
|
||||||
|
@ApiParam("横坐标")
|
||||||
|
private Double xAxes = 0d;
|
||||||
|
|
||||||
|
@ApiParam("纵坐标")
|
||||||
|
private Double yAxes = 0d;
|
||||||
|
|
||||||
|
@ApiParam("工位状态")
|
||||||
|
private String workCellStatus;
|
||||||
|
|
||||||
|
@ApiParam("颜色")
|
||||||
|
private String color;
|
||||||
|
}
|
@ -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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Data;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Data;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Data;
|
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.XStreamAlias;
|
||||||
import com.thoughtworks.xstream.annotations.XStreamImplicit;
|
import com.thoughtworks.xstream.annotations.XStreamImplicit;
|
||||||
import lombok.Data;
|
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.Data;
|
||||||
import lombok.NoArgsConstructor;
|
import lombok.NoArgsConstructor;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
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 lombok.Data;
|
||||||
|
|
||||||
import java.util.List;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Data;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import io.swagger.annotations.ApiParam;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import lombok.Data;
|
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 com.thoughtworks.xstream.annotations.XStreamAlias;
|
||||||
import io.swagger.annotations.ApiParam;
|
import io.swagger.annotations.ApiParam;
|
Loading…
Reference in New Issue