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