huanghongfa
2021-05-28 54ad966d0b142c97fc659263b51d1ea5d7b5c7c6
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngVillageVO.java
@@ -16,6 +16,9 @@
@ApiModel("实有房屋(小区)")
public class ComMngVillageVO {
    @ApiModelProperty("小区id")
    private Long villageId;
    @ApiModelProperty("街路巷")
    @NotBlank(groups = {AddGroup.class}, message = "街路巷不能为空")
    private String alley;