md
This commit is contained in:
parent
ead7b6458e
commit
1404a97ff1
@ -323,6 +323,7 @@ public class WaybillOrder implements Serializable {
|
||||
private String printManName;
|
||||
private String printSiteName;
|
||||
|
||||
private String blSign;
|
||||
/* 签收人 */
|
||||
private String signMan;
|
||||
/* 签收人代码 */
|
||||
@ -615,6 +616,7 @@ public class WaybillOrder implements Serializable {
|
||||
voItem.setBlAcceptMessage(dbWaybill.getBlAcceptMessage());
|
||||
|
||||
voItem.setBlGenSubbill(dbWaybill.getBlGenSubbill());
|
||||
voItem.setBlSign(dbWaybill.getBlSign());
|
||||
voItem.setSignMan(dbWaybill.getSignMan());
|
||||
voItem.setSignManCode(dbWaybill.getSignManCode());
|
||||
voItem.setSignSiteCode(dbWaybill.getSignSiteCode());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user