Cui Zhi Feng
2024-09-03 77ab5a4237d358bb41e7d9967f43a0cb9976c721
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;
}