gs_whsy.go 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. package sb
  2. import (
  3. "time"
  4. )
  5. type GsWhsyjsfsbbygz struct {
  6. ID uint `json:"id" gorm:"primary_key"`
  7. CreatedAt time.Time `json:"createdAt"`
  8. UpdatedAt time.Time `json:"updatedAt"`
  9. GsMainID uint `json:"gsMainID"` // 增值税主表
  10. Yzsrbys float64 `json:"yzsrbys"` // 本月(期)数 计费收入 应征收入 1
  11. Yzsrbnlj float64 `json:"yzsrbnlj"` // 本年累计 计费收入 应征收入 1
  12. Mzsrbys float64 `json:"mzsrbys"` // 免征收入 2
  13. Mzsrbnlj float64 `json:"mzsrbnlj"` // 免征收入 2
  14. JcxmqcjeBys float64 `json:"jcxmqcjeBys"` // 减除项目期初金额 3
  15. JcxmbqfseBys float64 `json:"jcxmbqfseBys"` // 减除项目本期发生额 本月(期)数 4
  16. JcxmbqfseBnlj float64 `json:"jcxmbqfseBnlj"` // 本年累计 4
  17. YzsrjceBys float64 `json:"yzsrjceBys"` // 本月(期)数 5
  18. YzsrjceBnlj float64 `json:"yzsrjceBnlj"` // 本年累计 5
  19. MzsrjceBys float64 `json:"mzsrjceBys"` // 月 6
  20. MzsrjceBnlj float64 `json:"mzsrjceBnlj"` // 年 6
  21. JcxmqmyeBys float64 `json:"jcxmqmyeBys"` // 月 7
  22. JcxmqmyeBnlj float64 `json:"jcxmqmyeBnlj"` // 年 7
  23. JfxseBys float64 `json:"jfxseBys"` // 月 8
  24. Jfxsebnlj float64 `json:"jfxsebnlj"` // 年 8
  25. FlBys float64 `json:"flBys"` // 月 9
  26. YjfeBys float64 `json:"yjfeBys"` // 月 10
  27. Yjfebnlj float64 `json:"yjfebnlj"` // 年 10
  28. QcwjfeDjwfBys float64 `json:"qcwjfeDjwfBys"` // 月 11
  29. BqyjfeBys float64 `json:"bqyjfeBys"` // 月 12
  30. Bqyjfebnlj float64 `json:"bqyjfebnlj"` // 年 12
  31. QzbqyjfeBys float64 `json:"qzbqyjfeBys"` // 月 13
  32. Bqyjfebnlj1 float64 `json:"bqyjfebnlj1"` // 年 13
  33. QzbqjnsqfeBys float64 `json:"qzbqjnsqfeBys"` // 月 14
  34. Bqjnsqfebnlj float64 `json:"bqjnsqfebnlj"` // 年 14
  35. QzbqjnqfeBys float64 `json:"qzbqjnqfeBys"` // 月 15
  36. Bqjnqfebnlj float64 `json:"bqjnqfebnlj"` // 年 15
  37. Qmwjfebys float64 `json:"qmwjfebys"` // 月 16
  38. Qmwjfedjwfbnlj float64 `json:"qmwjfedjwfbnlj"` // 年 16
  39. Qzqjfe float64 `json:"qzqjfe"` // 月 17
  40. Bqybtfe float64 `json:"bqybtfe"` // 月 18
  41. Bqjcybjfe float64 `json:"bqjcybjfe"` // 月 19
  42. BqjcybjfeBnlj float64 `json:"bqjcybjfeBnlj"` // 年 19
  43. }