| | |
| | | private String kqcq; |
| | | |
| | | @PropertyDef(label = "储备仓容") |
| | | private double cbcr; |
| | | private Double cbcr; |
| | | |
| | | @PropertyDef(label = "有效仓容") |
| | | private double yxcr; |
| | | private Double yxcr; |
| | | |
| | | @PropertyDef(label = "有效罐容") |
| | | private double yxgr; |
| | | private Double yxgr; |
| | | |
| | | @PropertyDef(label = "占地面积") |
| | | private double zdmj; |
| | | private Double zdmj; |
| | | |
| | | @PropertyDef(label = "仓房数") |
| | | private Integer cfs; |
| | |
| | | private Integer ygs; |
| | | |
| | | @PropertyDef(label = "库区经度") |
| | | private double jd; |
| | | private Double jd; |
| | | |
| | | @PropertyDef(label = "库区纬度") |
| | | private double wd; |
| | | private Double wd; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |