This commit is contained in:
linfso 2024-06-11 23:09:58 +08:00
parent df4041de14
commit 9a4c218e98

View File

@ -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());