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,7 +85,9 @@ } public String getFrozen$() { if (null == this.frozen){ return null; } if (null == this.frozen) { return null; } switch (this.frozen){ case 0: return "正常"; @@ -98,7 +99,9 @@ } public String getFrozenLoc$() { if (null == this.frozenLoc){ return null; } if (null == this.frozenLoc) { return null; } switch (this.frozenLoc){ case 0: return "正常";