123456789101112131415161718192021 |
- package sb
- type GsVatJsxm struct {
- GsBaseModel
- GsMainId uint `gorm:"column:gs_main_id" json:"gsMainId" form:"gsMainId"`
- Type int8 `gorm:"column:type" json:"type" form:"type"`
- JmxzdmId uint `gorm:"column:jmxzdm_id" json:"jmxzdmId" form:"jmxzdmId"`
- JmxzdmSb
- Qcye string `gorm:"column:qcye" json:"qcye" form:"qcye"`
- Bqfse string `gorm:"column:bqfse" json:"bqfse" form:"bqfse"`
- Bqydjse string `gorm:"column:bqydjse" json:"bqydjse" form:"bqydjse"`
- Bqsjdjse string `gorm:"column:bqsjdjse" json:"bqsjdjse" form:"bqsjdjse"`
- Qmye string `gorm:"column:qmye" json:"qmye" form:"qmye"`
- SwsxDm string `gorm:"column:swsx_dm" json:"swsxDm" form:"swsxDm"`
- Hmc string `gorm:"column:hmc" json:"hmc" form:"hmc"`
- Hmc1 string `gorm:"column:hmc1" json:"hmc1" form:"hmc1"`
- Hmc2 string `gorm:"column:hmc2" json:"hmc2" form:"hmc2"`
- Ewbhxh string `gorm:"column:ewbhxh" json:"ewbhxh" form:"ewbhxh"`
- }
|