@@ -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 });
}