From 769882dce502a28eab77eb3b20b09b0398a0d488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 15 Sep 2022 09:42:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(dilute):=E4=BF=AE=E6=AD=A3=E9=85=8D?= =?UTF-8?q?=E7=94=B5=E7=BB=B4=E6=8A=A4=E8=B4=B9=E9=A1=B9=E7=9B=AEID?= =?UTF-8?q?=E7=9A=84=E5=90=8D=E7=A7=B0=EF=BC=8C=E4=BB=A5=E4=BD=BF=E5=85=B6?= =?UTF-8?q?=E7=AC=A6=E5=90=88API=E6=96=87=E6=A1=A3=E7=9A=84=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/will_diluted_fee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/will_diluted_fee.go b/model/will_diluted_fee.go index af466c5..b13906f 100644 --- a/model/will_diluted_fee.go +++ b/model/will_diluted_fee.go @@ -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"`