|  |  | 
 |  |  | package com.zy.asrs.entity; | 
 |  |  |  | 
 |  |  | import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableField; | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | import java.util.Date; | 
 |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | import java.util.Date; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.system.service.UserService; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  | import java.text.SimpleDateFormat; | 
 |  |  | import java.util.Date; | 
 |  |  |  | 
 |  |  | 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("agv_task_detl_log") | 
 |  |  | 
 |  |  |     @TableField("box_type3") | 
 |  |  |     private String boxType3; | 
 |  |  |  | 
 |  |  |     public TaskDetlLog() {} | 
 |  |  |     public TaskDetlLog() { | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public TaskDetlLog(Integer wrkNo,Date ioTime,Double anfme,String zpallet,String matnr,String maktx,String batch,String orderNo,String specs,String model,String color,String brand,String unit,Double price,String sku,Double units,String barcode,String origin,String manu,String manuDate,String itemNum,Double safeQty,Double weight,Double manLength,Double volume,String threeCode,String supp,String suppCode,Integer beBatch,String deadTime,Integer deadWarn,Integer source,Integer inspect,Integer danger,Long modiUser,Date modiTime,Long appeUser,Date appeTime,String memo,Long lineNumber,String standby1,String standby2,String standby3,String boxType1,String boxType2,String boxType3) { | 
 |  |  |         this.wrkNo = wrkNo; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getBeBatch$(){ | 
 |  |  |         if (null == this.beBatch){ return null; } | 
 |  |  |         if (null == this.beBatch) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.beBatch){ | 
 |  |  |             case 1: | 
 |  |  |                 return "是"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getSource$(){ | 
 |  |  |         if (null == this.source){ return null; } | 
 |  |  |         if (null == this.source) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.source){ | 
 |  |  |             case 1: | 
 |  |  |                 return "制造"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getInspect$(){ | 
 |  |  |         if (null == this.inspect){ return null; } | 
 |  |  |         if (null == this.inspect) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.inspect){ | 
 |  |  |             case 1: | 
 |  |  |                 return "是"; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getDanger$(){ | 
 |  |  |         if (null == this.danger){ return null; } | 
 |  |  |         if (null == this.danger) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.danger){ | 
 |  |  |             case 1: | 
 |  |  |                 return "是"; |