12345678910111213141516171819202122232425262728 |
- package sb
- type GsLjcl struct {
- GsBaseModel
- GsMainID uint `json:"gsMainId"` //
- ZsxmDm string `json:"zsxmDm"` // 1征收项目
- TaxStart string `json:"taxStart"` // 所属期起
- TaxEnd string `json:"taxEnd"` // 所属期止
- JmxzDm string `json:"jmxzDm"` // 减免性质代码
- Dm2 string `json:"dm2"` //
- Lsbbz string `json:"lsbbz"` //
- Bqybtse string `json:"bqybtse"` // 16本期应补(退)税(费)额
- Bqynsfe string `json:"bqynsfe"` // 12本期应纳税(费)额
- Hj string `json:"hj"` // 8合计
- Zzsmdse string `json:"zzsmdse"` // 增值税 免税抵额
- SsjmxzDm string `json:"ssjmxzDm"` //
- Yjse1 string `json:"yjse1"` //
- Ybzzs string `json:"ybzzs"` // 6一般增值税
- Yys string `json:"yys"` // 营业税
- Rdpzuuid string `json:"rdpzuuid"` //
- Xfs string `json:"xfs"` // 消费税
- Sl1 string `json:"sl1"` // 10 税率(征收率)
- Jme string `json:"jme"` // 13减免额
- Bqyjse string `json:"bqyjse"` // 本期已缴税(费)额
- Ewbhxh string `json:"ewbhxh"` //
- ZspmDm string `json:"zspmDm"` // 征收品目
- Phjmse string `json:"phjmse"` //本期小规模增值税减免额
- }
|