1.0版本新增UDI码缺失数据同步
							parent
							
								
									d471bf0894
								
							
						
					
					
						commit
						7f82068a3c
					
				| @ -0,0 +1,90 @@ | |||||||
|  | package com.glxp.sale.admin.entity.sync; | ||||||
|  | 
 | ||||||
|  | import lombok.Data; | ||||||
|  | 
 | ||||||
|  | import java.util.Date; | ||||||
|  | 
 | ||||||
|  | /** | ||||||
|  |  * 扫码缺失字段信息补齐表 | ||||||
|  |  */ | ||||||
|  | @Data | ||||||
|  | public class IoCodeLostEntity { | ||||||
|  |     private Integer id; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * UDI码 | ||||||
|  |      */ | ||||||
|  |     private String code; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 批次号 | ||||||
|  |      */ | ||||||
|  |     private String batchNo; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 生产日期 | ||||||
|  |      */ | ||||||
|  |     private String produceDate; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 失效日期 | ||||||
|  |      */ | ||||||
|  |     private String expireDate; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 序列号 | ||||||
|  |      */ | ||||||
|  |     private String serialNo; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 供应商 | ||||||
|  |      */ | ||||||
|  |     private String supId; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 创建时间 | ||||||
|  |      */ | ||||||
|  |     private Date createTime; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 更新时间 | ||||||
|  |      */ | ||||||
|  |     private Date updateTime; | ||||||
|  | 
 | ||||||
|  |     /** | ||||||
|  |      * 备注 | ||||||
|  |      */ | ||||||
|  |     private String remark; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |     private String nameCode; | ||||||
|  | 
 | ||||||
|  |     private String cpmctymc; | ||||||
|  | 
 | ||||||
|  |     private String ggxh; | ||||||
|  | 
 | ||||||
|  |     private String startTime; | ||||||
|  | 
 | ||||||
|  |     private String endTime; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |     public static final String COL_ID = "id"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_CODE = "code"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_BATCHNO = "batchNo"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_PRODUCEDATE = "produceDate"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_EXPIREDATE = "expireDate"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_SERIALNO = "serialNo"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_SUPID = "supId"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_CREATETIME = "createTime"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_UPDATETIME = "updateTime"; | ||||||
|  | 
 | ||||||
|  |     public static final String COL_REMARK = "remark"; | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue