Teamlinker/code/common/types.ts
sx1989827 6f92511aa1 add
2022-06-07 21:53:38 +08:00

12 lines
206 B
TypeScript

export enum ECommon_Services {
GateWay="gateway",
User="user",
Cooperation="cooperation",
File="file",
AUTH="auth"
}
export enum ECommon_Application_Deploy {
PLATFORM,
OFFLINE
}