zs 2 년 전
부모
커밋
b5972d2abe
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      src/interface/relevantdownload.interface.ts

+ 9 - 1
src/interface/relevantdownload.interface.ts

@@ -33,7 +33,15 @@ export class FVO_relevantdownload {
 export class QDTO_relevantdownload extends SearchBase {
   constructor() {
     const like_prop = [];
-    const props = [];
+    const props = [
+      'user_id',
+      'title',
+      'date',
+      'origin',
+      'file',
+      'content',
+      'is_use',
+    ];
     const mapping = [];
     super({ like_prop, props, mapping });
   }