物料新增结算供应商字段

yun-zuoyi
刘敏 6 years ago
parent bfcd3ebaf0
commit e09ad49fc9

@ -138,6 +138,10 @@ public class WmsPart extends BaseBean {
@ApiParam("结算方式")
private String outCloseType;
@Column(name = "OUT_CLOSE_VENDOR")
@ApiParam("结算供应商")
private String outCloseVendor;
@Transient
@ApiParam("总数量")
private Double qty;

Loading…
Cancel
Save