1
This commit is contained in:
7
common/const/enum/usefree/usefreee.go
Normal file
7
common/const/enum/usefree/usefreee.go
Normal file
@ -0,0 +1,7 @@
|
||||
package usefree
|
||||
|
||||
// usefree
|
||||
const (
|
||||
Available = 1 // 可用
|
||||
Frozen = 2 // 冻结
|
||||
)
|
||||
Reference in New Issue
Block a user