You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
813 B

// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// GameRouter is the golang structure for table game_router.
type GameRouter struct {
Id int `json:"id" description:""`
RealmIp string `json:"realmIp" description:""`
RealmPort int `json:"realmPort" description:""`
RealmStep int `json:"realmStep" description:""`
RealmNum int `json:"realmNum" description:""`
RouterIp string `json:"routerIp" description:""`
RouterPort int `json:"routerPort" description:""`
RouterNum int `json:"routerNum" description:""`
RouterStep int `json:"routerStep" description:""`
}