dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
组织配置
fengxiang
2018-01-26
0d8b1828eea6bb027bbf71ddcd9c28a7bcf0ca3b
[screen_demo2.git]
/
src
/
app
/
business
/
enum
/
types.enum.ts
1
2
3
4
5
6
7
export enum Types {
Date, Json
}
export enum AlarmStyle {
//微信,邮件,短信,语音
weixin='weixin',email='email',sms='sms',voice='voice'
}