fix(park): 修复创建报表中核定线损未显示问题

This commit is contained in:
2023-08-15 15:13:10 +08:00
parent eaf45331f1
commit 59a604bab0
5 changed files with 4 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ type Park struct {
CreatedAt time.Time `json:"createdAt"`
LastModifiedAt time.Time `json:"lastModifiedAt"`
DeletedAt *time.Time `json:"deletedAt"`
NormAuthorizedLossRate float64 `json:"norm_authorized_loss_rate"`
NormAuthorizedLossRate float64 `json:"normAuthorizedLoss"db:"norm_authorized_loss_rate"`
}
type ParkPeriodStatistics struct {