huanghongfa
2021-06-21 28c53bd6511a4434a7f830ffca3f3f81feee8e21
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;