mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-19 09:25:19 +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 }
|