Files
exchange_go/common/const/enum/otc_holdstatus/otc_holdstatus.go

8 lines
98 B
Go
Raw Permalink Normal View History

2025-02-06 11:14:33 +08:00
package otc_holdstatus
// otc 账户状态
const (
Frozen = 1 // 冻结
Normal = 3 // 正常
)