jiangqs
2023-08-03 cc1181b93c51c60a117846f9640d3f56370e67f3
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/domain/dto/AppUserSuggestDto.java
@@ -15,4 +15,7 @@
    @ApiModelProperty(value = "建议内容")
    private String suggestContent;
    @ApiModelProperty(value = "建议类型1平台2商户")
    private Integer suggestType;
}