- order manager added.
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user