- normal store weixin msg.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"math"
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
DefPageSize = 50
|
||||
UnlimitedPageSize = 999999999
|
||||
UnlimitedPageSize = math.MaxInt32
|
||||
)
|
||||
|
||||
type GoodsOrderExt struct {
|
||||
|
||||
Reference in New Issue
Block a user