书籍列表接口新增参数
This commit is contained in:
16
internal/model/do/system.go
Normal file
16
internal/model/do/system.go
Normal file
@ -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"
|
||||
)
|
||||
|
||||
// System is the golang structure of table system for DAO operations like Where/Data.
|
||||
type System struct {
|
||||
g.Meta `orm:"table:system, do:true"`
|
||||
Key interface{} //
|
||||
Value interface{} //
|
||||
}
|
||||
Reference in New Issue
Block a user