Skip to content

Commit

Permalink
# fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Nov 8, 2023
1 parent d125112 commit 26753a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spug_api/apps/alarm/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Alarm(models.Model, ModelMixin):
('3', '钉钉'),
('4', '邮件'),
('5', '企业微信'),
('6', '电话'),
)
STATUS = (
('1', '报警发生'),
Expand Down

0 comments on commit 26753a8

Please sign in to comment.