- order manager added.

This commit is contained in:
gazebo
2018-08-21 17:18:08 +08:00
parent c29bcea27c
commit 643bcac0f8
18 changed files with 463 additions and 165 deletions

View File

@@ -22,8 +22,3 @@ type ModelIDCUO struct {
UpdatedAt time.Time
LastOperator string `gorm:"type:varchar(32)"` // 最后操作员
}
type CallResult struct {
Code int `json:"code"`
Result string `json:"result"`
}