forked from free-lancers/electricity_bill_calc_service
enhance(enduser):精简终端表计统计所使用的查询语句。
This commit is contained in:
@@ -116,6 +116,7 @@ type EndUserImport struct {
|
||||
type EndUserPeriodStat struct {
|
||||
CustomerName string `json:"customerName"`
|
||||
Address string `json:"address"`
|
||||
ParkId string `json:"parkId"`
|
||||
MeterId string `bun:"meter_04kv_id" json:"meterId"`
|
||||
IsPublicMeter bool `bun:"public_meter" json:"isPublicMeter"`
|
||||
Kind int8 `bun:"-" json:"pvKind"`
|
||||
|
Reference in New Issue
Block a user