|
|
@ -76,4 +76,26 @@ public class WmsDocSoDetails extends BaseBean {
|
|
|
|
@Column(name = "CUST_PART_NO")
|
|
|
|
@Column(name = "CUST_PART_NO")
|
|
|
|
@ApiParam("客户物料编码")
|
|
|
|
@ApiParam("客户物料编码")
|
|
|
|
public String custPartNo;
|
|
|
|
public String custPartNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "REMAIN_QTY", columnDefinition = "decimal(18,8)")
|
|
|
|
|
|
|
|
@ApiParam(value = "剩余数量", example = "0")
|
|
|
|
|
|
|
|
public Double remainQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "存储区代码")
|
|
|
|
|
|
|
|
private String zoneNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "单据编号")
|
|
|
|
|
|
|
|
private String docOrderNo;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam(value = "数量")
|
|
|
|
|
|
|
|
private Double docQty;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("业务类型")
|
|
|
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
|
|
|
|
|
|
|
|
public Integer busiType;
|
|
|
|
}
|
|
|
|
}
|
|
|
|