gongzuming
2024-08-26 b297d572dd877234ff56dc775b542ac1c39854f7
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;
}