Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
08125e3b0f
@ -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 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