- 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"` //税额
- }
|