7 lines
103 B
Go
7 lines
103 B
Go
|
package constants
|
||
|
|
||
|
type Purchase int64
|
||
|
|
||
|
// 最低购买箱数
|
||
|
const MIN_PURCHASE_QUANTITY Purchase = 3
|