puhanshu
2022-07-23 bbda2ee1af4e86d76f93e00386d77efb56c60d5f
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;
    }