i18n翻译

This commit is contained in:
hu xiaotong
2025-07-11 17:09:24 +08:00
parent 9293db3809
commit 4ac2072fce
9 changed files with 733 additions and 48 deletions

View File

@@ -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.