mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
14 lines
351 B
Go
14 lines
351 B
Go
|
/***************************************************
|
||
|
** @Desc : This file for ...
|
||
|
** @Time : 2019/12/17 17:50
|
||
|
** @Author : yuebin
|
||
|
** @File : agent_profit
|
||
|
** @Last Modified by : yuebin
|
||
|
** @Last Modified time: 2019/12/17 17:50
|
||
|
** @Software: GoLand
|
||
|
****************************************************/
|
||
|
package models
|
||
|
|
||
|
type AgentProfit struct {
|
||
|
}
|