yanghui
2022-10-10 50687d620d71f7785f24fc0a8007c5a9f18e0e9d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/grid/EventGridCascadeListDTO.java
@@ -11,16 +11,16 @@
    @ApiModelProperty(value = "类型(1.社区  2.网格)")
    private Integer type;
    @ApiModelProperty(value = "登陆用户id",hidden = true)
    @ApiModelProperty(value = "登陆用户id", hidden = true)
    private Long userId;
    @ApiModelProperty(value = "社区id")
    private Long communityId;
    /**
     * 类型(1.社区  2.网格)
     * 类型(1.社区 2.网格)
     */
    public interface type{
    public interface type {
        int sq = 1;
        int wg = 2;
    }