i18n翻译
This commit is contained in:
@@ -37,6 +37,7 @@ type EpicHeroInfoColumns struct {
|
||||
HeadImgUrl string // 配置编号
|
||||
Attribute string // 配置编号
|
||||
Remark string // 配置编号
|
||||
RawJson string // 原始json
|
||||
}
|
||||
|
||||
// epicHeroInfoColumns holds the columns for the table epic_hero_info.
|
||||
@@ -57,6 +58,7 @@ var epicHeroInfoColumns = EpicHeroInfoColumns{
|
||||
HeadImgUrl: "head_img_url",
|
||||
Attribute: "attribute",
|
||||
Remark: "remark",
|
||||
RawJson: "raw_json",
|
||||
}
|
||||
|
||||
// NewEpicHeroInfoDao creates and returns a new DAO object for table data access.
|
||||
|
||||
Reference in New Issue
Block a user