md
This commit is contained in:
parent
df4041de14
commit
9a4c218e98
@ -329,6 +329,10 @@ public class WaybillOrder implements Serializable {
|
||||
private String lockReason;
|
||||
|
||||
|
||||
/* 是否问题件 1-是 0-否 */
|
||||
private String blIsQuestion;
|
||||
/* 问题件原因 */
|
||||
private String problemCause;
|
||||
private String problemTypeName;
|
||||
|
||||
|
||||
@ -449,8 +453,6 @@ public class WaybillOrder implements Serializable {
|
||||
voItem.setDispatchManName(dbWaybill.getDispatchManName());
|
||||
voItem.setPrintManName(dbWaybill.getPrintManName());
|
||||
voItem.setPrintSiteName(dbWaybill.getPrintSiteName());
|
||||
// voItem.setSalesmenName(dbWaybill.getSalesmenName());
|
||||
// voItem.setPayeeName(dbWaybill.getPayeeName());
|
||||
|
||||
|
||||
voItem.setOpenId(dbWaybill.getOpenId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user