whycxzp
2025-04-14 6cf9c5edbe3ae92e7ec90bea498e43d8da804e41
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;
    }
}