yanghui
2022-11-28 42521c9b51c1bd9a40036f18fd610cd46601222d
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/user/SysUserFeedbackDTO.java
@@ -47,4 +47,23 @@
    @ApiModelProperty(value = "状态 0", hidden = true)
    private Integer status;
    @ApiModelProperty("1投诉建议2问题留言")
    private Integer type;
    @ApiModelProperty("页数")
    private Integer page;
    @ApiModelProperty("每页大小")
    private Integer size;
    @ApiModelProperty("用户昵称")
    private String nickName;
    @ApiModelProperty("用户姓名")
    private String name;
    @ApiModelProperty("电话")
    private String phone;
    private Long propertyId;
}