ソースを参照

添加picturePath前端返回

bigcat 2 年 前
コミット
9f30f00c0b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/main/java/sqgxy/xxydz/dto/NewsQueryDTO.java

+ 2 - 0
src/main/java/sqgxy/xxydz/dto/NewsQueryDTO.java

@@ -27,5 +27,7 @@ public class NewsQueryDTO {
 
     private String content;
 
+    private String picturePath;
+
     private String attachmentPath;
 }