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

8 lines
93 B
Go
Raw Permalink Normal View History

2025-02-06 11:14:33 +08:00
package otc_complaint
// otc申诉方
const (
Buyer = 1 // 买方
Seller = 3 // 卖方
)