自动化立体仓库 - WMS系统
13
zhang
1 天以前 82de5a307466894bbb0258f8a63a26a7bb96d80d
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);
        }