forked from free-lancers/electricity_bill_calc_service
		
	统计当前系统中的报表
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| package model | ||||
|  | ||||
| import ( | ||||
| 	"electricity_bill_calc/types" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/shopspring/decimal" | ||||
| @@ -35,4 +36,10 @@ type Park struct { | ||||
| type Parks struct { | ||||
| 	Park | ||||
| 	NormAuthorizedLossRate float64 `json:"norm_authorized_loss_rate"` | ||||
| }  | ||||
| } | ||||
|  | ||||
| type ParkPeriodStatistics struct { | ||||
| 	Id string `json:"id"` | ||||
| 	Name string `json:"name"` | ||||
| 	Period *types.DateRange | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user