mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-18 17:05:21 +08:00
9 lines
131 B
Go
9 lines
131 B
Go
package sqlstmt
|
|
|
|
// OtherStmt 其他语句
|
|
type OtherStmt struct {
|
|
Base
|
|
}
|
|
|
|
func (*OtherStmt) StmtKind() Kind { return KindOther }
|