书籍模块
This commit is contained in:
6
server/model/common/status.go
Normal file
6
server/model/common/status.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
const (
|
||||
CommonEnabledStatusEnabled = "enabled"
|
||||
CommonEnabledStatusDisabled = "disabled"
|
||||
)
|
||||
Reference in New Issue
Block a user