fix
This commit is contained in:
6
constants/min_purchase_box.go
Normal file
6
constants/min_purchase_box.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package constants
|
||||
|
||||
type Purchase int64
|
||||
|
||||
// 最低购买箱数
|
||||
const MIN_PURCHASE_QUANTITY Purchase = 3
|
||||
Reference in New Issue
Block a user