- cms store management.

This commit is contained in:
gazebo
2018-09-03 18:28:37 +08:00
parent 426fe7c570
commit 70d5ae5dd1
17 changed files with 1522 additions and 628 deletions

View File

@@ -1,5 +1,9 @@
package model
const (
DefPageSize = 50
)
type GoodsOrderExt struct {
GoodsOrder
WaybillStatus int `json:"waybillStatus"`