- use modified bee tool to automatically generate parameters validation code to avoid dirty work.
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user