Fix bug#11878

19081-增加库存交易推算报表-1016
yun-zuoyi
puxiao.liao 5 years ago
parent 05152538b2
commit 1aebc6761c

@ -98,4 +98,8 @@ public class WmsDocSoDetails extends BaseBean {
@ApiParam("业务类型")
@AnnoOutputColumn(refClass = WmsEnumUtil.OUT_MOVEMENT_BUSI_TYPE.class, refForeignKey = "value", value = "description")
public Integer busiType;
@Transient
@ApiParam(value = "客户发往地代码")
private String custDeliveryCode;
}

Loading…
Cancel
Save