| | |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.dy.common.po.BaseEntity; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | |
| | |
| | | private String unitId; |
| | | |
| | | @Schema(description = "灌溉面积") |
| | | private Integer area; |
| | | @JsonFormat(shape = JsonFormat.Shape.NUMBER_FLOAT, pattern="0.00" ) |
| | | private Double area; |
| | | |
| | | @Schema(description = "备注") |
| | | private String remarks; |
| | |
| | | */ |
| | | @Schema(description = "操作时间") |
| | | private Date operateDt; |
| | | |
| | | @Schema(description = "取水口Id") |
| | | public String intakeId; |
| | | |
| | | @Schema(description = "取水口名称") |
| | | public String intakeName; |
| | | } |