src/main/java/com/whyc/dto/WmsPallet.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/dto/WmsPallet.java
@@ -28,6 +28,9 @@ private String supper; private Integer activation; private Integer chechv; private Integer resistance; public Integer getPallet_ID() { return pallet_ID; } @@ -107,4 +110,20 @@ public void setActivation(Integer activation) { this.activation = activation; } public Integer getChechv() { return chechv; } public void setChechv(Integer chechv) { this.chechv = chechv; } public Integer getResistance() { return resistance; } public void setResistance(Integer resistance) { this.resistance = resistance; } }