fix(dilute):修正配电维护费项目ID的名称,以使其符合API文档的要求。
This commit is contained in:
parent
a3a00d162a
commit
769882dce5
|
@ -4,7 +4,7 @@ import "github.com/shopspring/decimal"
|
|||
|
||||
type WillDilutedFee struct {
|
||||
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"`
|
||||
SourceId *string `xorm:"varchar(120)" json:"sourceId"`
|
||||
Name string `xorm:"varchar(50) not null" json:"name"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user