|
@@ -40,8 +40,8 @@ export class FVO_video {
|
|
|
|
|
|
export class QDTO_video extends SearchBase {
|
|
export class QDTO_video extends SearchBase {
|
|
constructor() {
|
|
constructor() {
|
|
- const like_prop = [];
|
|
|
|
- const props = ['title', 'number', 'is_use'];
|
|
|
|
|
|
+ const like_prop = ['title'];
|
|
|
|
+ const props = ['title', 'number', 'type', 'is_use'];
|
|
const mapping = [];
|
|
const mapping = [];
|
|
super({ like_prop, props, mapping });
|
|
super({ like_prop, props, mapping });
|
|
}
|
|
}
|