Files
epic-go/internal/dao/epic_i_18_n_mappings.go
hu xiaotong 22b6b3c93b i18n翻译
2025-07-14 11:32:08 +08:00

23 lines
770 B
Go

// =================================================================================
// This file is auto-generated by the GoFrame CLI tool. You may modify it as needed.
// =================================================================================
package dao
import (
"epic/internal/dao/internal"
)
// epicI18NMappingsDao is the data access object for the table epic_i18n_mappings.
// You can define custom methods on it to extend its functionality as needed.
type epicI18NMappingsDao struct {
*internal.EpicI18NMappingsDao
}
var (
// EpicI18NMappings is a globally accessible object for table epic_i18n_mappings operations.
EpicI18NMappings = epicI18NMappingsDao{internal.NewEpicI18NMappingsDao()}
)
// Add your custom methods and functionality below.