|
|
@ -1,6 +1,5 @@
|
|
|
|
package cn.estsh.i3plus.pojo.andon.bean;
|
|
|
|
package cn.estsh.i3plus.pojo.andon.bean;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.annotation.AnnoOutputColumn;
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
@ -11,7 +10,6 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
import javax.persistence.*;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description :安灯工作中心
|
|
|
|
* @Description :安灯工作中心
|
|
|
@ -44,4 +42,11 @@ public class AndonWorkCenter extends BaseBean implements Serializable {
|
|
|
|
@Column(name = "AREA_CODE")
|
|
|
|
@Column(name = "AREA_CODE")
|
|
|
|
@ApiParam("生产区域代码")
|
|
|
|
@ApiParam("生产区域代码")
|
|
|
|
private String areaCode;
|
|
|
|
private String areaCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public AndonWorkCenter(String organizeCode) {
|
|
|
|
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public AndonWorkCenter() {
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|