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