蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
249 B

  1. package md
  2. import (
  3. "code.fnuoos.com/EggPlanet/egg_models.git/src/model"
  4. )
  5. type EggEnergyFundDataNode struct {
  6. Data model.EggEnergyFundData `json:"data"`
  7. EveryAmount string `json:"every_amount" ` // 每次结算金额
  8. }