1
This commit is contained in:
7
common/const/enum/otc_rateway/otc_rateway.go
Normal file
7
common/const/enum/otc_rateway/otc_rateway.go
Normal file
@ -0,0 +1,7 @@
|
||||
package otc_rateway
|
||||
|
||||
//浮动方式
|
||||
const (
|
||||
Up = 1 // 上浮
|
||||
Down = 3 // 下浮
|
||||
)
|
||||
Reference in New Issue
Block a user