DI产品信息切换版本问题,首营资质相关bug问题解决
parent
b933e0e7e7
commit
90b5b2363d
@ -1,86 +0,0 @@
|
|||||||
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,27 @@
|
|||||||
|
package com.glxp.sale.admin.res.basic;
|
||||||
|
|
||||||
|
import cn.hutool.core.util.StrUtil;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class SupCertSetResponse {
|
||||||
|
|
||||||
|
private Integer id;
|
||||||
|
private String name;
|
||||||
|
private boolean need;
|
||||||
|
private Integer foreign;
|
||||||
|
private String cplx;
|
||||||
|
private String hchzsb;
|
||||||
|
private String flbm;
|
||||||
|
private Integer imports;
|
||||||
|
private String remark;
|
||||||
|
private Date updateTime;
|
||||||
|
private Integer type;
|
||||||
|
|
||||||
|
private boolean isPass;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue