|
@@ -158,7 +158,7 @@ const interfaceContext = (data) => {
|
|
}
|
|
}
|
|
fc.push(`}`);
|
|
fc.push(`}`);
|
|
fc.push(`\n`);
|
|
fc.push(`\n`);
|
|
- fc.push(`export class QueryDTO extends SearchBase {`);
|
|
|
|
|
|
+ fc.push(`export class QueryDTO_${name} extends SearchBase {`);
|
|
fc.push(` constructor() {`);
|
|
fc.push(` constructor() {`);
|
|
fc.push(` const like_prop = [];`);
|
|
fc.push(` const like_prop = [];`);
|
|
fc.push(` super({ like_prop });`);
|
|
fc.push(` super({ like_prop });`);
|