forked from free-lancers/electricity_bill_calc_service
fix(enduser):调整更新终端用户调整电费统计部分的空指针问题。
This commit is contained in:
@@ -114,8 +114,8 @@ type EndUserImport struct {
|
||||
}
|
||||
|
||||
type EndUserPeriodStat struct {
|
||||
CustomerName *string `json:"customerName"`
|
||||
Address *string `json:"address"`
|
||||
CustomerName string `json:"customerName"`
|
||||
Address string `json:"address"`
|
||||
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