forked from free-lancers/electricity_bill_calc_service
		
	fix(dilute):修正配电维护费项目ID的名称,以使其符合API文档的要求。
This commit is contained in:
		| @@ -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"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user