重构增加模型枚举值定义
This commit is contained in:
7
web/domains/announcement/types.go
Normal file
7
web/domains/announcement/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package announcement
|
||||
|
||||
type Type int32
|
||||
|
||||
const (
|
||||
TypeNormal Type = iota + 1 // 普通公告
|
||||
)
|
||||
Reference in New Issue
Block a user