| | |
| | | import com.ycl.system.domain.group.Add; |
| | | import com.ycl.platform.base.AbsForm; |
| | | import com.ycl.platform.domain.entity.YwPoint; |
| | | import enumeration.general.ImportantTagEnum; |
| | | import enumeration.general.ProvinceTagEnum; |
| | | import jakarta.validation.constraints.NotEmpty; |
| | | import org.springframework.beans.BeanUtils; |
| | | import jakarta.validation.constraints.NotBlank; |
| | |
| | | @ApiModelProperty("监管部门") |
| | | private Long deptId; |
| | | |
| | | @NotEmpty(message = "点位标签不能为空", groups = {Add.class, Update.class}) |
| | | @ApiModelProperty("点位标签") |
| | | private List<String> pointTag; |
| | | |
| | | @ApiModelProperty("省厅点位标签") |
| | | private ProvinceTagEnum provinceTag; |
| | | @ApiModelProperty("重点点位标签") |
| | | private ImportantTagEnum importantTag; |
| | | @ApiModelProperty("运维状态") |
| | | private String status; |
| | | |
| | | @ApiModelProperty("备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty("类型") |
| | | private Short category; |
| | | |
| | | @ApiModelProperty("设备编号") |
| | | private String serialNumber; |