Commit fc7a82c0c9c70dae4447fb971159c6aeec2f4c86
1 parent
6459c43d
优化时间查询问题
Showing
1 changed file
with
0 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/road/vo/RoadSaveReqVO.java
| ... | ... | @@ -32,7 +32,6 @@ public class RoadSaveReqVO { |
| 32 | 32 | private Integer levelId; |
| 33 | 33 | |
| 34 | 34 | @Schema(description = "道路属性") |
| 35 | - @Size(min=2, max = 50) | |
| 36 | 35 | private String roadAttr; |
| 37 | 36 | |
| 38 | 37 | @Schema(description = "道路方位 W-西 E-东 N-北 S-南 参考字典roadDirection", requiredMode = Schema.RequiredMode.REQUIRED) | ... | ... |