You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.6 KiB
Java
100 lines
2.6 KiB
Java
package com.glxp.api.res.basic;
|
|
|
|
import lombok.Data;
|
|
|
|
@Data
|
|
public class UdiRlSupResponse {
|
|
|
|
private Long id;
|
|
private Long rlId;
|
|
private String thirdId;
|
|
private String thirdName;
|
|
private String uuid;
|
|
private String originUuid;
|
|
private String nameCode;
|
|
private String packLevel;
|
|
private String packRatio;
|
|
private Integer bhxjsl;
|
|
private Integer bhzxxsbzsl;
|
|
private Integer zxxsbzbhsydysl;
|
|
private String bhxjcpbm;
|
|
private String sjcpbm; //
|
|
private String bzcj;
|
|
private String deviceRecordKey;
|
|
private Boolean isUseDy;
|
|
private Boolean useMuti;
|
|
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 int versionNumber;
|
|
private int diType;
|
|
|
|
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 ybbm;
|
|
private String sptm;
|
|
private String manufactory;
|
|
private String measname;
|
|
private Boolean isDisable;
|
|
private long customerId;
|
|
|
|
private String auditStatus;
|
|
private Boolean isLock;
|
|
private Integer lockStatus;
|
|
private String companyName;
|
|
private String mainId;
|
|
private String mainName;
|
|
private Boolean isAdavence;
|
|
|
|
private String scbssfbhph;
|
|
private String scbssfbhxlh;
|
|
private String scbssfbhscrq;
|
|
private String scbssfbhsxrq;
|
|
private String cpms;
|
|
private String supName;
|
|
private boolean allowNoBatch;
|
|
private boolean allowNoExpire;
|
|
private boolean allowNoProduct;
|
|
private boolean allowNoSerial;
|
|
private String spmc;
|
|
private Integer productType;
|
|
private String price;
|
|
private String proId;
|
|
|
|
//产品代理商
|
|
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;
|
|
private Integer lowStockNum;
|
|
private Integer overStockNum;
|
|
private Integer recentDateTime;
|
|
private Integer isDateBy;
|
|
//产品id
|
|
private String PRId;
|
|
private String classifyName;
|
|
|
|
private boolean groupBuy; //是否集采产品
|
|
private String cphhhbh;
|
|
private Long uid;
|
|
}
|