|
|
|
@ -45,7 +45,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
*/
|
|
|
|
|
@Column(name = "MOVE_TYPE")
|
|
|
|
|
@ApiParam("移动类型")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_MOVE_TYPE.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_MOVE_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer moveType;
|
|
|
|
|
/**
|
|
|
|
|
* 业务类型:RC=收货,QC=质检,IN=入库,ZI=杂收,ZO=杂发,
|
|
|
|
@ -54,7 +54,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
*/
|
|
|
|
|
@Column(name = "BUSI_TYPE")
|
|
|
|
|
@ApiParam("业务类型")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer busiType;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -63,7 +63,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
*/
|
|
|
|
|
@Column(name = "ORDER_STATUS")
|
|
|
|
|
@ApiParam(value = "状态", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer orderStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CUST_NO")
|
|
|
|
@ -95,7 +95,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_TASK")
|
|
|
|
|
@ApiParam(value = "是否生产任务", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.IS_GENERAL_TASK.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.IS_GENERAL_TASK.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer isTask;
|
|
|
|
|
|
|
|
|
|
@Column(name = "PRIORITY")
|
|
|
|
@ -123,7 +123,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_PART")
|
|
|
|
|
@ApiParam(value = "是否散件", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
private Integer isPart;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SRC_WH_NO")
|
|
|
|
@ -162,7 +162,7 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
@ApiParam("类型名称")
|
|
|
|
|
public String busiTypeName;
|
|
|
|
|
|
|
|
|
|
// public Integer getIsSn() {
|
|
|
|
|
//// return isSn == null ? 0 : this.getIsSn();
|
|
|
|
|
//// }
|
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|