9/26 业务类型增加出入库方式1.0

dev_no_inv
wangwei 9 months ago
parent d387a3e6be
commit f43ff8d1f4

@ -190,6 +190,12 @@ public class SysWorkplaceDocumentEntity {
@TableField(value = "consignee") @TableField(value = "consignee")
private Integer consignee; private Integer consignee;
/**
* 1:;2:;3:
*/
@TableField(value = "inAndOutType")
private Integer inAndOutType;
} }

@ -140,6 +140,7 @@ public class SysWorkplaceDocumentResponse {
private Integer isPopular; private Integer isPopular;
private Integer shipper; private Integer shipper;
private Integer consignee; private Integer consignee;
private Integer inAndOutType;
public String getThrBusName() { public String getThrBusName() {

Loading…
Cancel
Save