dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
去除mock前保存
fengxiang
2018-01-29
4a4c7f1db802b8e316c4c72ba59f69c3f8f8281c
[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'
}