- package sb
- type GsJmxzdm struct {
- GsBaseModel
- ComType string `gorm:"column:com_type" json:"com_type"`
- JmType string `gorm:"column:jm_type" json:"jm_type"`
- JmDm string `gorm:"column:jm_dm" json:"jm_dm"`
- JmHm string `gorm:"column:jm_hm" json:"jm_hm"`
- JmMc string `gorm:"column:jm_mc" json:"jm_mc"`
- Name string `gorm:"column:name" json:"name"`
- Desc string `gorm:"column:desc" json:"desc"`
- Status string `gorm:"column:status" json:"status"`
- BeginPeriod string `gorm:"column:begin_period" json:"begin_period"`
- EndPeriod string `gorm:"column:end_period" json:"end_period"`
- }
|