|  |  | 
 |  |  | package com.zy.asrs.entity; | 
 |  |  |  | 
 |  |  | import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableId; | 
 |  |  | import com.baomidou.mybatisplus.enums.IdType; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableId; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.asrs.enums.LocStsType; | 
 |  |  | import com.zy.asrs.service.BasWhsTypeService; | 
 |  |  | import com.zy.asrs.service.BasCrnpService; | 
 |  |  |  | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | import java.util.Date; | 
 |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  |  | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
 |  |  |  | 
 |  |  | import java.io.Serializable; | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | import java.util.Date; | 
 |  |  |  | 
 |  |  | @Data | 
 |  |  | @TableName("asr_loc_cache") | 
 |  |  | 
 |  |  |     @TableField("frozen_memo") | 
 |  |  |     private String frozenMemo; | 
 |  |  |  | 
 |  |  |     public LocCache() {} | 
 |  |  |     public LocCache() { | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public LocCache(String locNo,Long whsType,Integer pltType,Integer ctnType,String locSts,String sheetNo,Integer crnNo,Integer row1,Integer bay1,Integer lev1,String fullPlt,String locType,Short locType1,Short locType2,Short locType3,String outEnable,Date ioTime,Date firstTime,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Date errorTime,String errorMemo,Integer ctnKind,Double scWeight,String invWh,String mk,String barcode,String PdcType,String ctnNo,Integer libraryType,Integer gro1,Integer frozen,String frozenMemo) { | 
 |  |  |         this.locNo = locNo; | 
 |  |  | 
 |  |  | //    } | 
 |  |  |  | 
 |  |  |     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 "未知"; |