陶杰
2025-01-08 ae1471f378f399f76518539ec8992e64a3673436
src/main/java/com/mzl/flower/dto/request/content/AddFeedbackDTO.java
@@ -7,4 +7,10 @@
public class AddFeedbackDTO {
    @ApiModelProperty("投诉反馈内容")
    private String feedBack;
    @ApiModelProperty("投诉反馈类型(feedback_type)")
    private String type;
    @ApiModelProperty("图片")
    private String pictures;
}