|
|
|
@ -70,9 +70,12 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
@ApiParam("单位")
|
|
|
|
|
public String unit;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 实盘数量
|
|
|
|
|
**/
|
|
|
|
|
@Column(name="FACT_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
|
@ColumnDefault("0")
|
|
|
|
|
@ApiParam(value = "实盘数量", example = "0")
|
|
|
|
|
@ApiParam(value = "数量", example = "0")
|
|
|
|
|
public Double factQty;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -80,7 +83,7 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
*/
|
|
|
|
|
@Column(name="ITEM_STATUS")
|
|
|
|
|
@ApiParam(value = "状态", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MOVE_ORDER_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.CS_ITEM_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|
public Integer itemStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="REMARK")
|
|
|
|
|