mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-11 23:35:36 +08:00
refactor: 注释优化
This commit is contained in:
@@ -11,7 +11,7 @@ type DbDialect string
|
||||
type SqlParser interface {
|
||||
|
||||
// sql解析
|
||||
// @param stmt sql语句
|
||||
// - stmt sql语句
|
||||
Parse(stmt string) ([]sqlstmt.Stmt, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user