- package family
- import (
- "git.sxidc.com/go-framework/baize/framework/core/application"
- )
- type Info struct {
- application.InfoIDField
- Father string `json:"father" sqlresult:"column:father"`
- Mother string `json:"mother" sqlresult:"column:mother"`
- application.InfoTimeFields
- }
|