| | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 接口表-粮食库存信息 |
| | | * 接口表-客户信息 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | |
| | | 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; |