czt
2024-06-28 4603da77459b23291191b52a35c5c8ccb9ac60e3
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1101.java
@@ -2,9 +2,7 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import java.io.Serializable;
import java.util.Date;
@@ -25,6 +23,9 @@
    @PropertyDef(label = "单位名称")
    private String dwmc;
    @PropertyDef(label = "统一单位编码")
    private String tydwbm;
    @PropertyDef(label = "单位类型")
    private String dwlx;
@@ -33,10 +34,10 @@
    private Date zcrq;
    @PropertyDef(label = "注册资本")
    private double zczb;
    private Double zczb;
    @PropertyDef(label = "资产总额")
    private double zcze;
    private Double zcze;
    @PropertyDef(label = "法定代表人")
    private String fddbr;
@@ -91,14 +92,17 @@
    @PropertyDef(label = "廒间数")
    private Integer ajs;
    @PropertyDef(label = "单位状态")
    private String dwzt;
    @PropertyDef(label = "油罐数")
    private Integer ygs;
    @PropertyDef(label = "经度")
    private double jd;
    private Double jd;
    @PropertyDef(label = "纬度")
    private double wd;
    private Double wd;
    @PropertyDef(label = "操作标志")
    private String czbz;