Merge branch 'master' into jxstore

This commit is contained in:
gazebo
2018-08-31 15:26:40 +08:00
5 changed files with 569 additions and 150 deletions

View File

@@ -1,11 +1,5 @@
package model
type CallResult struct {
Code string `json:"code"`
Desc string `json:"desc"`
Data string `json:"data"`
}
type GoodsOrderExt struct {
GoodsOrder
WaybillStatus int `json:"waybillStatus"`