|
|
@ -41,7 +41,7 @@ public class WmsCSOrderMaster extends BaseBean {
|
|
|
|
public Integer orderType;
|
|
|
|
public Integer orderType;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ORDER_STATUS")
|
|
|
|
@Column(name="ORDER_STATUS")
|
|
|
|
@ApiParam(value = "状态", example = "1" )
|
|
|
|
@ApiParam(value = "状态 (1-创建 10-已冻结 20-盘点中 30-盘点完成 40-已解冻 50-已关闭)", example = "1" )
|
|
|
|
public Integer orderStatus;
|
|
|
|
public Integer orderStatus;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ACTION_PERSENT")
|
|
|
|
@Column(name="ACTION_PERSENT")
|
|
|
|