修复int64
This commit is contained in:
parent
c870ab773a
commit
d64998c16d
|
@ -1,6 +1,6 @@
|
||||||
package constants
|
package constants
|
||||||
|
|
||||||
type DeliveryMethod int
|
type DeliveryMethod int64
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// 配送方式
|
// 配送方式
|
||||||
|
|
|
@ -68,9 +68,7 @@ package constants
|
||||||
// // 云仓完成
|
// // 云仓完成
|
||||||
// const STATUS_FONT_COMPLETED_CLOUD = 8
|
// const STATUS_FONT_COMPLETED_CLOUD = 8
|
||||||
|
|
||||||
type DELIVERY_METHOD int
|
type Order int64
|
||||||
|
|
||||||
type Order int
|
|
||||||
|
|
||||||
// 订单状态
|
// 订单状态
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user