|  |  | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableId; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import com.baomidou.mybatisplus.enums.IdType; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.asrs.service.BasLocStsService; | 
 |  |  | import com.zy.asrs.service.BasWhsTypeService; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  |  | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getLocType1$() { | 
 |  |  |         if (null == this.locType1){ return null; } | 
 |  |  |         if (null == this.locType1) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.locType1){ | 
 |  |  |             case 0: | 
 |  |  |                 return "未知"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getLocType2$() { | 
 |  |  |         if (null == this.locType2){ return null; } | 
 |  |  |         if (null == this.locType2) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.locType2){ | 
 |  |  |             case 0: | 
 |  |  |                 return "未知"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getLocType3$() { | 
 |  |  |         if (null == this.locType3){ return null; } | 
 |  |  |         if (null == this.locType3) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.locType3){ | 
 |  |  |             case 0: | 
 |  |  |                 return "未知"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getFrozen$() { | 
 |  |  |         if (null == this.frozen){ return "未冻结"; } | 
 |  |  |         if (null == this.frozen) { | 
 |  |  |             return "未冻结"; | 
 |  |  |         } | 
 |  |  |         switch (this.frozen){ | 
 |  |  |             case 0: | 
 |  |  |                 return "未冻结"; |