101captain
2021-11-09 e7f03acfa5ee4ad4fd6d1ee9e9ae9a5655488f6d
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;
    }