Explorar el Código

添加picturePath前端返回

bigcat hace 2 años
padre
commit
9f30f00c0b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
 }