mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-28 05:46:21 +08:00
重构了boss系统,添加了逻辑
This commit is contained in:
21
boss/models/order/platform_profit.go
Normal file
21
boss/models/order/platform_profit.go
Normal file
@@ -0,0 +1,21 @@
|
||||
/***************************************************
|
||||
** @Desc : This file for ...
|
||||
** @Time : 2019/12/17 17:50
|
||||
** @Author : yuebin
|
||||
** @File : platform_profit
|
||||
** @Last Modified by : yuebin
|
||||
** @Last Modified time: 2019/12/17 17:50
|
||||
** @Software: GoLand
|
||||
****************************************************/
|
||||
package order
|
||||
|
||||
type PlatformProfit struct {
|
||||
MerchantName string
|
||||
AgentName string
|
||||
SupplierName string
|
||||
PayTypeName string
|
||||
OrderAmount float64
|
||||
OrderCount int
|
||||
PlatformProfit float64
|
||||
AgentProfit float64
|
||||
}
|
||||
Reference in New Issue
Block a user