| | |
| | | * 备注信息 |
| | | */ |
| | | @Schema(description = "备注", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | @Length(message = "备注不大于{max}字,不小于{min}字", min = 1, max = 200) |
| | | @Length(message = "备注不大于{max}字", max = 200) |
| | | private String remarks; |
| | | |
| | | /** |
| | |
| | | @Schema(title = "ID") |
| | | @ExcelProperty("ID") |
| | | @ColumnWidth(10) |
| | | private Long id; |
| | | private String id; |
| | | |
| | | @Schema(title = "取水口名称") |
| | | @ExcelProperty("取水口名称") |
| | |
| | | |
| | | <!--根据指定条件获取取水口记录--> |
| | | <select id="getIntakes" resultType="com.dy.pipIrrGlobal.voPr.VoIntake"> |
| | | SELECT ge.id AS id, |
| | | SELECT CAST(ge.id AS char) AS id, |
| | | ge.`name` AS intakeName, |
| | | divi.`name` AS divideName, |
| | | blo.`name` AS blockName, |