czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1212.java
@@ -9,7 +9,7 @@
import java.util.Date;
/**
 * 接口表-粮食库存信息
 * 接口表-客户信息
 */
@Data
@EqualsAndHashCode(callSuper = false)
@@ -22,11 +22,17 @@
    @PropertyDef(label = "单位代码")
    private String dwdm;
    @PropertyDef(label = "统一单位编码")
    private String tydwbm;
    @PropertyDef(label = "单位名称")
    private String dwmc;
    @PropertyDef(label = "库区代码")
    private String kqdm;
    @PropertyDef(label = "统一库区编码")
    private String tykqbm;
    @PropertyDef(label = "库区名称")
    private String kqmc;
@@ -41,31 +47,31 @@
    private String khmc;
    @PropertyDef(label = "法定代表人")
    private String fddbr;
    private String fddbr = "无";
    @PropertyDef(label = "通讯地址")
    private String txdz;
    private String txdz = "无";
    @PropertyDef(label = "邮政编码")
    private String yzbm;
    private String yzbm = "无";
    @PropertyDef(label = "联系人姓名")
    private String lxrxm;
    private String lxrxm = "无";
    @PropertyDef(label = "联系电话")
    private String lxrdh;
    private String lxrdh = "无";
    @PropertyDef(label = "联系人身份证号")
    private String lxrsfzh;
    private String lxrsfzh = "无";
    @PropertyDef(label = "电子信箱")
    private String dzyx;
    private String dzyx = "1";
    @PropertyDef(label = "客户方开户行")
    private String khfkhh;
    private String khfkhh = "999";
    @PropertyDef(label = "客户方账号")
    private String khfzh;
    private String khfzh = "0";
    @PropertyDef(label = "操作标志")
    private String czbz;