|
|
@ -101,6 +101,10 @@ public class WmsCSOrderDetails extends BaseBean {
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.CS_TRANS_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.CS_TRANS_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
public Integer transStatus;
|
|
|
|
public Integer transStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "VENDOR_NO")
|
|
|
|
|
|
|
|
@ApiParam(value = "供应商编码")
|
|
|
|
|
|
|
|
public String vendorNo;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "实盘数量", example = "1")
|
|
|
|
@ApiParam(value = "实盘数量", example = "1")
|
|
|
|
public Double factQty;
|
|
|
|
public Double factQty;
|
|
|
|