czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1101.java
@@ -15,14 +15,14 @@
@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;
@@ -73,6 +73,9 @@
    @PropertyDef(label = "上级单位名称")
    private String sjdwmc;
    @PropertyDef(label = "上级单位统一编码")
    private String sjdwtybm;
    @PropertyDef(label = "上级单位代码")
    private String sjdwdm;
@@ -91,6 +94,9 @@
    @PropertyDef(label = "纬度")
    private Double wd;
    @PropertyDef(label = "单位状态")
    private String dwzt;
    @PropertyDef(label = "操作标志")
    private String czbz;