- package sb
- type GsVatAttach2 struct {
- GsBaseModel
- GsMainId uint `gorm:"column:gs_main_id" json:"gsMainId" form:"gsMainId"`
- Type int `gorm:"column:type" json:"type" form:"type"`
- Fs string `gorm:"column:fs" json:"fs" form:"fs"`
- Je string `gorm:"column:je" json:"je" form:"je"`
- Se string `gorm:"column:se" json:"se" form:"se"`
- }
|