|
|
|
@ -4,8 +4,6 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.ColumnDefault;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
@ -141,6 +139,10 @@ public class MesQueueOrderDetail extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("是否放空")
|
|
|
|
|
private Integer isEmpty;
|
|
|
|
|
|
|
|
|
|
@Column(name = "WORK_CENTER_CODE")
|
|
|
|
|
@ApiParam("工作中心代码")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
|
|
|
|
|
@Column(name = "JIS_BACKFLUSH_STATUS")
|
|
|
|
|
@ApiParam("回冲标识")
|
|
|
|
|
private String jisBackflushStatus;
|
|
|
|
|