1
This commit is contained in:
7
common/const/enum/otc_complaint/otc_complaint.go
Normal file
7
common/const/enum/otc_complaint/otc_complaint.go
Normal file
@ -0,0 +1,7 @@
|
||||
package otc_complaint
|
||||
|
||||
// otc申诉方
|
||||
const (
|
||||
Buyer = 1 // 买方
|
||||
Seller = 3 // 卖方
|
||||
)
|
||||
Reference in New Issue
Block a user