| | |
| | | @Data |
| | | public class Nx2023Api1101 implements Serializable { |
| | | |
| | | @PropertyDef(label = "统一单位编码") |
| | | private String tydwbm; |
| | | |
| | | @PropertyDef(label = "单位代码") |
| | | private String dwdm; |
| | | |
| | | @PropertyDef(label = "单位名称") |
| | | private String dwmc; |
| | | |
| | | @PropertyDef(label = "统一单位编码") |
| | | private String tydwbm; |
| | | |
| | | @PropertyDef(label = "单位类型") |
| | | private String dwlx; |
| | |
| | | @PropertyDef(label = "上级单位名称") |
| | | private String sjdwmc; |
| | | |
| | | @PropertyDef(label = "上级单位统一编码") |
| | | private String sjdwtybm; |
| | | |
| | | @PropertyDef(label = "上级单位代码") |
| | | private String sjdwdm; |
| | | |
| | |
| | | @PropertyDef(label = "纬度") |
| | | private Double wd; |
| | | |
| | | @PropertyDef(label = "单位状态") |
| | | private String dwzt; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | |