first commit
This commit is contained in:
11
芳林公司项目/zyhelp/common/service/imports.js
Executable file
11
芳林公司项目/zyhelp/common/service/imports.js
Executable file
@@ -0,0 +1,11 @@
|
||||
import { indexService } from "./impl/indexService";
|
||||
import { loginService } from "./impl/loginService";
|
||||
import { startUpService } from "./impl/startUpService";
|
||||
import { userService } from "./impl/userService";
|
||||
|
||||
export class Imports {
|
||||
indexService = new indexService()
|
||||
loginService = new loginService()
|
||||
startUpService = new startUpService()
|
||||
userService = new userService()
|
||||
}
|
||||
Reference in New Issue
Block a user