- normal store weixin msg.

This commit is contained in:
gazebo
2018-12-25 21:50:18 +08:00
parent e90d36e827
commit e8ce327fc0
11 changed files with 396 additions and 15 deletions

View File

@@ -1,10 +1,13 @@
package model
import "time"
import (
"math"
"time"
)
const (
DefPageSize = 50
UnlimitedPageSize = 999999999
UnlimitedPageSize = math.MaxInt32
)
type GoodsOrderExt struct {