lrf 2 年之前
父节点
当前提交
cc51f6927b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/ts-template.js

+ 1 - 1
app/public/ts-template.js

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