| | |
| | | * 接口表-库区信息 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SH2023Api1102 implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 6597930270077627879L; |
| | | |
| | | @PropertyDef(label = "库区代码") |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "业务id") |
| | | private String bizId; |
| | | |
| | | @PropertyDef(label = "单位代码") |
| | | private String dwdm; |
| | |
| | | @PropertyDef(label = "行政区划代码") |
| | | private String xzqhdm; |
| | | |
| | | @PropertyDef(label = "行政区划名称", description = "非国标字段,后期增加") |
| | | @JSONField(serialize = false) |
| | | private String xzqhmc; |
| | | |
| | | @PropertyDef(label = "库区产权", description = "1: 自有 2:租赁 3:共有 4:混合 9:其他") |
| | | private String kqcq; |
| | | |
| | | @PropertyDef(label = "有效仓容") |
| | | private double yxcr; |
| | | |
| | | @PropertyDef(label = "储备仓容") |
| | | private double cbcr; |
| | | |
| | | @PropertyDef(label = "有效仓容") |
| | | private double yxcr; |
| | | |
| | | @PropertyDef(label = "有效罐容") |
| | | private double yxgr; |
| | |
| | | @PropertyDef(label = "仓房数") |
| | | private Integer cfs; |
| | | |
| | | @PropertyDef(label = "廒间数") |
| | | private Integer ajs; |
| | | |
| | | @PropertyDef(label = "油罐数") |
| | | private Integer ygs; |
| | | |
| | |
| | | @PropertyDef(label = "库区纬度") |
| | | private double wd; |
| | | |
| | | @PropertyDef(label = "库区状态", description = "1:正常(默认) 2:退出储备粮承储") |
| | | private String kqzt; |
| | | |
| | | @PropertyDef(label = "海康区域ID", description = "对应海康视频平台regionIndexCode字段") |
| | | private String hkRegionId; |
| | | |
| | | @PropertyDef(label = "产权方库区代码", description = "自有产权时库区代码必须等于产权方库区代码,非自有产权时库区代码不能等于产权方库区代码") |
| | | private String cqfkqdm; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | |
| | |
| | | private Date zhgxsj; |
| | | |
| | | @PropertyDef(label = "库区属性", description = "1:市级直属,2:区级直属,3:社会仓容,4:其他") |
| | | @JSONField(serialize = false) |
| | | private String kqsx; |
| | | |
| | | @PropertyDef(label = "廒间数") |
| | | private Integer ajs; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | |
| | | } |