first commit

This commit is contained in:
编码猿
2024-09-27 00:48:07 +08:00
commit 342c8c1b1b
95 changed files with 23969 additions and 0 deletions

View File

@@ -0,0 +1 @@
8bb6e31a-650f-4f25-9e76-72e5118f6438

View File

@@ -0,0 +1,6 @@
module.exports = {
// 需要被监听的api地址路径
apiListPath: "F:\\desktop\\vue-class-api-tsx\\src\\core\\config\\configure.config.ts",
// 生成的service层代码存放路径
outPutServicePath: "F:\\desktop\\vue-class-api-tsx\\src\\core\\service"
}