陶杰
2024-10-22 61299cec43f35a9a8fd6d6a9840fdc44f1c24e9b
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;
}