This commit is contained in:
邹宗楠
2022-07-04 09:29:26 +08:00
parent 467661c738
commit c504026fd9
2 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import (
)
type UserVendorOrder struct {
ModelIDCUL
ModelIDCULD
UserId string `orm:"size(128);column(user_id);index" json:"userID"` // 用户ID
LocalWayBill string `orm:"size(128);column(local_way_bill);index" json:"localWayBill"` // 本地订单ID
OtherWayBill string `orm:"size(128);column(other_way_bill);index" json:"otherWayBill"` // 第三方运单ID