puhanshu
2022-08-16 43f0578e80af82ecae6c61b51bd0539c6b960603
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;
    }