fix(dilute):修正配电维护费项目ID的名称,以使其符合API文档的要求。

This commit is contained in:
徐涛 2022-09-15 09:42:56 +08:00
parent a3a00d162a
commit 769882dce5

View File

@ -4,7 +4,7 @@ import "github.com/shopspring/decimal"
type WillDilutedFee struct { type WillDilutedFee struct {
CreatedAndModified `xorm:"extends"` CreatedAndModified `xorm:"extends"`
Id string `xorm:"varchar(120) pk not null" json:"id"` Id string `xorm:"varchar(120) pk not null" json:"diluteId"`
ReportId string `xorm:"varchar(120) not null" json:"reportId"` ReportId string `xorm:"varchar(120) not null" json:"reportId"`
SourceId *string `xorm:"varchar(120)" json:"sourceId"` SourceId *string `xorm:"varchar(120)" json:"sourceId"`
Name string `xorm:"varchar(50) not null" json:"name"` Name string `xorm:"varchar(50) not null" json:"name"`