forked from free-lancers/electricity_bill_calc_service
fix(meter):修复表计查询中的错误映射关系。
This commit is contained in:
@@ -74,7 +74,7 @@ type NestedMeter struct {
|
||||
|
||||
type PooledMeterDetailCompound struct {
|
||||
MeterDetail
|
||||
BindMeters []MeterDetail `json:"bindMeters"`
|
||||
BindMeters []MeterDetail `json:"bindedMeters"`
|
||||
}
|
||||
|
||||
// 以下结构体用于导入表计档案数据
|
||||
|
Reference in New Issue
Block a user