AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
area.enum.ts
根目录
/
project
/
aitoearn-electron
/
server
/
src
/
global
/
enum
/
area.enum.ts
1
/*
2
* @Author: nevin
3
* @Date: 2022-05-11 14:44:41
4
* @LastEditTime: 2024-06-17 19:28:45
5
* @LastEditors: nevin
6
* @Description:
7
*/
8
export enum AreaTypes {
9
Province = 1,
10
City = 2,
11
County = 3,
12
}
13
13 lines
TYPESCRIPT