添加接口
This commit is contained in:
7
oa/constant.go
Normal file
7
oa/constant.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package oa
|
||||
|
||||
type Status = int64 // 出舱状态
|
||||
const (
|
||||
StatusDisabled Status = 1 // 启用
|
||||
StatusEnabled Status = 2 // 禁用
|
||||
)
|
||||
Reference in New Issue
Block a user