17 lines
549 B
Go
17 lines
549 B
Go
// =================================================================================
|
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
|
// =================================================================================
|
|
|
|
package do
|
|
|
|
import (
|
|
"github.com/gogf/gf/v2/frame/g"
|
|
)
|
|
|
|
// CommunityMenu is the golang structure of table shiningu_community_menu for DAO operations like Where/Data.
|
|
type CommunityMenu struct {
|
|
g.Meta `orm:"table:shiningu_community_menu, do:true"`
|
|
Id interface{} //
|
|
Name interface{} // 栏目名称
|
|
}
|