- handle exceptional msg(e.g. userapplycancel, lock, unlock).
This commit is contained in:
@@ -127,6 +127,7 @@ type OrderStatus struct {
|
||||
DuplicatedCount int // 收到的重复状态转换(或消息)数,一般是由于重发造成的
|
||||
Remark string `orm:"size(255)"`
|
||||
ModelTimeInfo
|
||||
LockStatus int `orm:"-"` // todo 只是用于传递状态,应该可以优化掉
|
||||
}
|
||||
|
||||
func (v *OrderStatus) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user