- package sb
- type GsVatQt struct {
- GsBaseModel
- GsMainId uint `gorm:"column:gs_main_id" json:"gsMainId" form:"gsMainId"`
- L1 int `gorm:"column:l1" json:"l1" form:"l1"`
- L2 string `gorm:"column:l2" json:"l2" form:"l2"`
- L3 string `gorm:"column:l3" json:"l3" form:"l3"`
- L4 int `gorm:"column:l4" json:"l4" form:"l4"`
- L5 string `gorm:"column:l5" json:"l5" form:"l5"`
- L6 string `gorm:"column:l6" json:"l6" form:"l6"`
- L7 string `gorm:"column:l7" json:"l7" form:"l7"`
- L8 string `gorm:"column:l8" json:"l8" form:"l8"`
- }
|