mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
server code
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package do
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
// SqliteSequence is the golang structure of table sqlite_sequence for DAO operations like Where/Data.
|
||||
type SqliteSequence struct {
|
||||
g.Meta `orm:"table:sqlite_sequence, do:true"`
|
||||
Name any //
|
||||
Seq any //
|
||||
}
|
||||
Reference in New Issue
Block a user