dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
组织配置
fengxiang
2018-01-16
928d55a8fde33200bb1ca4016ce5b86e9a1118a8
[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'
}