src/main/java/com/zy/common/model/DetlDto.java
@@ -29,6 +29,10 @@ private Double weight; private String sourceLocName;//源仓库 private String targetLocName;//目标仓库 public DetlDto() { } @@ -37,7 +41,7 @@ this.batch=detlDto2.getBatch(); this.anfme=detlDto2.getAnfme(); this.ownerName=detlDto2.getOwner(); this.beBatch=detlDto2.getBeBatch(); this.beBatch=detlDto2.getEntryId(); this.payment=0; }