|
@@ -67,6 +67,7 @@ type Order struct {
|
|
|
DistributionChannel string `xorm:"distribution_channel" form:"distribution_channel" json:"distribution_channel"` //销售渠道
|
|
|
OrderChannel string `xorm:"order_channel" form:"order_channel" json:"order_channel"` //下单渠道
|
|
|
SigningSubject string `xorm:"signing_subject" form:"signing_subject" json:"signing_subject"` //回款公司
|
|
|
+ SalespersonId int64 `xorm:"salesperson_id" form:"salesperson_id" json:"salesperson_id"` //回款公司
|
|
|
/*Payment_type int64 `xorm:"payment_type" form:"payment_type" json:"payment_type"`
|
|
|
Source_order_id int64 `xorm:"source_order_id" form:"source_order_id" json:"source_order_id"`*/
|
|
|
}
|