|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fasterxml.jackson.annotation.JsonFormat; | 
|---|
|  |  |  | import com.fzzy.api.entity.ApiParent; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  | import org.springframework.format.annotation.DateTimeFormat; | 
|---|
|  |  |  | import javax.persistence.Id; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | @EqualsAndHashCode(callSuper = false) | 
|---|
|  |  |  | public class Gd2022Api1101 extends ApiParent implements Serializable { | 
|---|
|  |  |  | public class Gd2022Api1101 implements Serializable { | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private static final long serialVersionUID = 9157617424050247565L; | 
|---|
|  |  |  | @Id | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位代码") | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位名称") | 
|---|
|  |  |  | private String dwmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位类型") | 
|---|
|  |  |  | private String dwlx; | 
|---|
|  |  |  | 
|---|
|  |  |  | private Date zcrq; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "注册资本") | 
|---|
|  |  |  | private double zczb; | 
|---|
|  |  |  | private Double zczb; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "资产总额") | 
|---|
|  |  |  | private double zcze; | 
|---|
|  |  |  | private Double zcze; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "法定代表人") | 
|---|
|  |  |  | private String fddbr; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "行政区划代码") | 
|---|
|  |  |  | private String xzqhdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(serialize = false) | 
|---|
|  |  |  | @PropertyDef(label = "行政区划名称", description = "非国标字段,后期增加") | 
|---|
|  |  |  | private String xzqhmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "上级单位名称") | 
|---|
|  |  |  | private String sjdwmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | private Integer ygs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "经度") | 
|---|
|  |  |  | private double jd; | 
|---|
|  |  |  | private Double jd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "纬度") | 
|---|
|  |  |  | private double wd; | 
|---|
|  |  |  | private Double wd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位状态") | 
|---|
|  |  |  | private String dwzt; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "备案类型") | 
|---|
|  |  |  | private String balx; | 
|---|