书籍列表接口新增参数
This commit is contained in:
11
internal/model/entity/system.go
Normal file
11
internal/model/entity/system.go
Normal file
@ -0,0 +1,11 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// System is the golang structure for table system.
|
||||
type System struct {
|
||||
Key string `json:"key" orm:"key" description:""` //
|
||||
Value string `json:"value" orm:"value" description:""` //
|
||||
}
|
||||
Reference in New Issue
Block a user