refactor: 注释优化

This commit is contained in:
meilin.huang
2026-02-10 18:12:41 +08:00
parent 9bb9861d88
commit f91b89f38a
21 changed files with 57 additions and 57 deletions

View File

@@ -11,7 +11,7 @@ type DbDialect string
type SqlParser interface {
// sql解析
// @param stmt sql语句
// - stmt sql语句
Parse(stmt string) ([]sqlstmt.Stmt, error)
}