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

8 lines
98 B
Go
Raw Permalink Normal View History

2025-02-06 11:14:33 +08:00
package otc_advstatus
// otc广告状态
const (
Offline = 1 // 下线
Online = 3 // 上线
)