自动化立体仓库 - WMS系统
zhang
昨天 8d90833250abee5951572659e9a192f2487cd704
src/main/java/com/zy/common/model/LocDto.java
@@ -1,7 +1,6 @@
package com.zy.common.model;
import com.core.common.Cools;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
@@ -86,8 +85,10 @@
    }
    public String getFrozen$() {
        if (null == this.frozen){ return null; }
        switch (this.frozen){
        if (null == this.frozen) {
            return null;
        }
        switch (this.frozen) {
            case 0:
                return "正常";
            case 1:
@@ -98,8 +99,10 @@
    }
    public String getFrozenLoc$() {
        if (null == this.frozenLoc){ return null; }
        switch (this.frozenLoc){
        if (null == this.frozenLoc) {
            return null;
        }
        switch (this.frozenLoc) {
            case 0:
                return "正常";
            case 1: