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