| | |
| | | |
| | | 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; |
| | | |
| | |
| | | |
| | | @PropertyDef(label = "单位名称") |
| | | private String dwmc; |
| | | |
| | | @PropertyDef(label = "统一单位编码") |
| | | private String tydwbm; |
| | | |
| | | @PropertyDef(label = "单位类型") |
| | | private String dwlx; |
| | |
| | | @PropertyDef(label = "廒间数") |
| | | private Integer ajs; |
| | | |
| | | @PropertyDef(label = "单位状态") |
| | | private String dwzt; |
| | | |
| | | @PropertyDef(label = "油罐数") |
| | | private Integer ygs; |
| | | |