优化bug问题
							parent
							
								
									9819bc9831
								
							
						
					
					
						commit
						d0741f3348
					
				| @ -0,0 +1,86 @@ | |||||||
|  | package com.glxp.sale.admin.req.basic; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | import lombok.Data; | ||||||
|  | 
 | ||||||
|  | @Data | ||||||
|  | public class UdiInfoReqeust { | ||||||
|  | 
 | ||||||
|  |     private Integer id; | ||||||
|  |     private String nameCode; | ||||||
|  |     private String packRatio; | ||||||
|  |     private String packLevel; | ||||||
|  |     private Integer bhxjsl; | ||||||
|  |     private Integer bhzxxsbzsl; | ||||||
|  |     private Integer zxxsbzbhsydysl; | ||||||
|  |     private String bhxjcpbm; | ||||||
|  |     private String sjcpbm;  //
 | ||||||
|  |     private String bzcj; | ||||||
|  |     private String addType; | ||||||
|  |     private String deviceRecordKey; | ||||||
|  |     private String cpmctymc; | ||||||
|  |     private String cplb; | ||||||
|  |     private String flbm; | ||||||
|  |     private String ggxh; | ||||||
|  |     private String qxlb; | ||||||
|  |     private String tyshxydm; | ||||||
|  |     private String ylqxzcrbarmc; | ||||||
|  |     private String zczbhhzbapzbh; | ||||||
|  |     private String ylqxzcrbarywmc; | ||||||
|  |     private String sydycpbs; | ||||||
|  |     private String uuid; | ||||||
|  |     private Integer versionNumber; | ||||||
|  |     private Integer diType; | ||||||
|  |     private String thirdId; | ||||||
|  |     private String thirdName; | ||||||
|  |     private String ybbm; | ||||||
|  |     private String sptm; | ||||||
|  |     private String manufactory; | ||||||
|  |     private String measname; | ||||||
|  |     private Integer productType; | ||||||
|  |     private String scbssfbhph; | ||||||
|  |     private String scbssfbhxlh; | ||||||
|  |     private String scbssfbhscrq; | ||||||
|  |     private String scbssfbhsxrq; | ||||||
|  |     private String cpms; | ||||||
|  |     private String spmc; | ||||||
|  |     private String originUuid; | ||||||
|  | 
 | ||||||
|  |     //本地生成信息
 | ||||||
|  |     private String batchNo; | ||||||
|  |     private String produceDate; | ||||||
|  |     private String expireDate; | ||||||
|  |     private String serialNo; | ||||||
|  |     private String udi; | ||||||
|  |     private String code; | ||||||
|  |     private Integer count; | ||||||
|  |     private String warehouseCode; | ||||||
|  |     private String udplatCode; | ||||||
|  |     private String relId;//关联ID主键
 | ||||||
|  |     private Integer status; | ||||||
|  |     private String supId; | ||||||
|  | 
 | ||||||
|  |     private Boolean isCheck; | ||||||
|  |     private Boolean allowNoBatch; | ||||||
|  |     private Boolean allowNoExpire; | ||||||
|  |     private Boolean allowNoProduct; | ||||||
|  | 
 | ||||||
|  |     private String price; | ||||||
|  |     private String cplx; | ||||||
|  |     private String hchzsb; | ||||||
|  | 
 | ||||||
|  |     //产品代理商
 | ||||||
|  |     private String cpdls; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |     private String basicPrductRemak1; | ||||||
|  |     private String basicPrductRemak2; | ||||||
|  |     private String basicPrductRemak3; | ||||||
|  |     private String basicPrductRemak4; | ||||||
|  |     private String basicPrductRemak5; | ||||||
|  |     private String basicPrductRemak6; | ||||||
|  |     private String basicPrductRemak7; | ||||||
|  |     private String basicPrductRemak8; | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | } | ||||||
| @ -0,0 +1,42 @@ | |||||||
|  | package com.glxp.sale.admin.req.basic; | ||||||
|  | 
 | ||||||
|  | import lombok.Data; | ||||||
|  | 
 | ||||||
|  | @Data | ||||||
|  | public class UdiRelevanceRequest { | ||||||
|  | 
 | ||||||
|  |     private String id; | ||||||
|  |     private String thirdId; | ||||||
|  |     private String thirdName; | ||||||
|  |     private String uuid; | ||||||
|  |     private Boolean isUseDy; | ||||||
|  |     private String updateTime; | ||||||
|  |     private String thirdId1; | ||||||
|  |     private String thirdId2; | ||||||
|  |     private String thirdId3; | ||||||
|  |     private String thirdId4; | ||||||
|  |     private String thirdName1; | ||||||
|  |     private String thirdName2; | ||||||
|  |     private String thirdName3; | ||||||
|  |     private String thirdName4; | ||||||
|  |     private String manufactory; | ||||||
|  |     private String measname; | ||||||
|  |     private String ybbm; | ||||||
|  |     private String sptm; | ||||||
|  |     private Boolean isDisable; | ||||||
|  |     private Boolean isLock; | ||||||
|  |     private String mainId; | ||||||
|  |     private String mainName; | ||||||
|  |     private Integer lockStatus; | ||||||
|  |     private String udplatCode; | ||||||
|  |     private Boolean isAdavence; | ||||||
|  |     private String supName; | ||||||
|  |     private String originUuid; | ||||||
|  |     private String price; | ||||||
|  |     private String modifyTime; //修改时间
 | ||||||
|  | 
 | ||||||
|  |     private Boolean useMuti;      //是否多次使用
 | ||||||
|  |     private Integer useNum;     //最小包装单元可使用次数
 | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | } | ||||||
					Loading…
					
					
				
		Reference in New Issue