自动化立体仓库 - WMS系统
13
zhang
6 天以前 ab41622d30946f83b34e5a5d881741237628f6f1
src/main/java/com/zy/asrs/entity/param/StaDescInitParam.java
@@ -110,25 +110,25 @@
        this.typeDesc103 = typeDesc103;
    }
    public List<Integer> getType(){
    public List<Integer> getType() {
        List<Integer> type = new ArrayList<>();
        if (this.typeDesc1==1){
        if (this.typeDesc1 == 1) {
            type.add(1);
        }
        if (this.typeDesc10==1){
        if (this.typeDesc10 == 1) {
            type.add(10);
        }
        if (this.typeDesc53==1){
        if (this.typeDesc53 == 1) {
            type.add(53);
            type.add(57);
        }
        if (this.typeDesc101==1){
        if (this.typeDesc101 == 1) {
            type.add(101);
        }
        if (this.typeDesc110==1){
        if (this.typeDesc110 == 1) {
            type.add(110);
        }
        if (this.typeDesc103==1){
        if (this.typeDesc103 == 1) {
            type.add(103);
            type.add(107);
        }