package com.glxp.api.res.basic; import lombok.Data; @Data public class UdiRlDlResponse { private int id; private String thirdId; private String thirdName; private String uuid; 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 addType; private String deviceRecordKey; private int isUseDy; 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 thirdName1; private String thirdId2; private String thirdName2; private String thirdId3; private String thirdName3; private String thirdId4; private String thirdName4; private String ybbm; private String sptm; private Integer productType; private String mainId; public Integer getProductType() { if (productType == null) return 0 ; return productType; } }