去掉房屋编号为数字检查 --renpc

This commit is contained in:
Renpc-kilig 2023-11-21 09:19:33 +08:00
parent f83df1cd20
commit 362307dc2e

View File

@ -37,7 +37,6 @@ public class HouseVO {
@CheckNumberAnnotation(name = "所在层/院")
private String affiliationFloors;
@ApiModelProperty(name = "houseNum", value = "门牌号")
@CheckNumberAnnotation(name = "门牌号")
private String houseNum;
@ApiModelProperty(name = "categoryId", value = "房屋类别")
private String categoryId;