NotifyType enum

This commit is contained in:
linxiaozhi
2019-02-16 22:42:25 +08:00
parent c3fbd7a321
commit b98c77d7b7
3 changed files with 9 additions and 4 deletions

View File

@@ -13,6 +13,11 @@ import (
"time"
)
const (
NotifyTplTypeSystem = "system"
NotifyTplTypeDefault = "default"
)
type NotifyTpl struct {
Id int
Type string