unionorder
This commit is contained in:
@@ -153,6 +153,7 @@ type UnionOrder struct {
|
||||
OrderReceiveAt time.Time `json:"orderReceiveAt"` //收货时间
|
||||
OrderSettleAt time.Time `json:"orderSettleAt"` //结算时间
|
||||
PID string `orm:"column(p_id)" json:"pID"` //推广位ID
|
||||
IsEarning int `json:"isEarning"` //是否结算此订单,1表示已结算了
|
||||
Comment string `orm:"size(255)" json:"comment"` //备注
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user