|
@@ -312,6 +312,7 @@ type NotInvoicePaymentSummaryItem struct {
|
|
|
InvoiceId int `json:"invoice_id" description:"开票ID"`
|
|
|
InvoiceDate time.Time `json:"invoice_time" description:"开票日期"`
|
|
|
InvoiceAmount float64 `json:"invoice_amount" description:"开票金额"`
|
|
|
+ InvoiceOriginAmount float64 `json:"invoice_origin_amount" description:"开票原始金额"`
|
|
|
SellerGroupId int `json:"seller_group_id" description:"销售组别ID"`
|
|
|
SellerGroupName string `json:"seller_group_name" description:"销售组别名称"`
|
|
|
RaiSellerGroupId int `json:"rai_seller_group_id" description:"销售组别ID"`
|
|
@@ -319,6 +320,7 @@ type NotInvoicePaymentSummaryItem struct {
|
|
|
PaymentId int `json:"payment_id" description:"到款ID"`
|
|
|
PaymentDate time.Time `json:"payment_date" description:"到款日期"`
|
|
|
PaymentAmount float64 `json:"payment_amount" description:"到款金额"`
|
|
|
+ PaymentOriginAmount float64 `json:"payment_origin_amount" description:"到款原始金额"`
|
|
|
PayType int `json:"pay_type" description:"付款方式:0-无;1-年付;2-半年付;3-季付;4-次付;5-异常"`
|
|
|
ServiceProductId int `json:"service_product_id" description:"套餐类型:1ficc套餐,2权益套餐"`
|
|
|
ContractAmount float64 `gorm:"column:contract_amount" json:"contract_amount" description:"合同金额"`
|