Files
exchange_go/common/const/enum/otc_complaint/otc_complaint.go
2025-02-06 11:14:33 +08:00

8 lines
93 B
Go

package otc_complaint
// otc申诉方
const (
Buyer = 1 // 买方
Seller = 3 // 卖方
)