dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修复bug
fengxiang
2018-02-08
68f5d3ded35395988f5d8b279c216a4e19cd9a6e
[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'
}