1
This commit is contained in:
7
common/const/enum/otc_holdstatus/otc_holdstatus.go
Normal file
7
common/const/enum/otc_holdstatus/otc_holdstatus.go
Normal file
@ -0,0 +1,7 @@
|
||||
package otc_holdstatus
|
||||
|
||||
// otc 账户状态
|
||||
const (
|
||||
Frozen = 1 // 冻结
|
||||
Normal = 3 // 正常
|
||||
)
|
||||
Reference in New Issue
Block a user