fix: i18n特殊字符调整

This commit is contained in:
meilin.huang
2025-04-16 12:09:55 +08:00
parent 1b40d345eb
commit 585cbbed23
15 changed files with 51 additions and 44 deletions

View File

@@ -64,6 +64,8 @@ type DbSqlExec interface {
GetPageList(condition *entity.DbSqlExecQuery, pageParam *model.PageParam, toEntity any, orderBy ...string) (*model.PageResult[any], error)
}
var _ (DbSqlExec) = (*dbSqlExecAppImpl)(nil)
type dbSqlExecAppImpl struct {
dbApp Db `inject:"T"`
dbSqlExecRepo repository.DbSqlExec `inject:"T"`