xyh
2021-06-18 42239f79490e7130a63d51a67efd1f2c8d23be37
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;