Fix Task#2839

武汉PRD-WMS&TMS装车明细接口
yun-zuoyi
puxiao.liao 5 years ago
parent 470775b527
commit 6a42b517fc

@ -76,4 +76,26 @@ public class WmsDocSoDetails extends BaseBean {
@Column(name = "CUST_PART_NO")
@ApiParam("客户物料编码")
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;
}

Loading…
Cancel
Save