123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- package variable
- import "time"
- type SbKey string
- const (
-
- GsVat SbKey = "gsVat"
- GsVatAttach1 SbKey = "gsVatAttach1"
- GsVatAttach2 SbKey = "gsVatAttach2"
- GsVatAttach3 SbKey = "gsVatAttach3"
- GsVatAttach4 SbKey = "gsVatAttach4"
- GsVatAttach5 SbKey = "gsVatAttach5"
- GsVatAttach5Qt SbKey = "gsVatAttach5Qt"
- GsVatJsxm SbKey = "gsVatJsxm"
- GsVatBc SbKey = "gsVatBc"
- GsVatNcp SbKey = "gsVatNcp"
- GsVatNcpHzb SbKey = "gsVatNcpHzb"
- GsVatQt SbKey = "gsVatQt"
- GsTaxCpygsl SbKey = "gsTaxCpygsl"
- GsTaxCpygxc SbKey = "gsTaxCpygxc"
- GsTaxJyzyjyxx SbKey = "gsTaxJyzyjyxx"
- GsTaxJyzysx SbKey = "gsTaxJyzysx"
- GsSmallVat SbKey = "gsSmallVat"
- GsSmallVatAttach SbKey = "gsSmallVatAttached"
- GsSmallVatAttach5 SbKey = "gsVatAttach5"
- GsSmallVatReduce SbKey = "gsSmallVatReduce"
- GsSmallVatFb4 SbKey = "gsSmallVatFb4"
- GsSmallVatFb5 SbKey = "gsSmallVatFb5"
- GsSmallVatFb6 SbKey = "gsSmallVatFb6"
- GsSmallVatFb7 SbKey = "gsSmallVatFb7"
- GsVatFjs SbKey = "gsVatFjs"
- GsVatNcpZjxs SbKey = "gsVatNcpZjxs"
- GsTaxDqde SbKey = "gsTaxDqde"
- GsTaxQuarter SbKey = "gsTaxQuarter"
- GsTaxQuarterB SbKey = "gsTaxQuarterB"
- GsTaxQuarterFb1 SbKey = "gsTaxQuarterFb1"
- GsTaxQuarterFb2 SbKey = "gsTaxQuarterFb2"
- GsTaxQuarterFb3 SbKey = "gsTaxQuarterFb3"
- GsA201020 SbKey = "gsA201020"
- GsOther SbKey = "gsOther"
- GsDeed SbKey = "gsDeed"
- GsDeedYhs SbKey = "gsDeedYhs"
- GsDeedZys SbKey = "gsDeedZys"
- GsDeedTds SbKey = "gsDeedTds"
- GsLjcl SbKey = "gsLjcl"
- GsSbXfs SbKey = "gsXfs"
- GsSbXfsMain SbKey = "gsXfsMain"
- GsSbXfsItem SbKey = "gsXfsItem"
- GsSbXfsFjs SbKey = "gsXfsFjs"
- GsSbXfsJm SbKey = "gsXfsJm"
- KjZcfz SbKey = "kjZcfz"
- KjLrb SbKey = "kjLrb"
- KjLrbMonth SbKey = "kjLrbMonth"
- KjXjllbJb SbKey = "kjXjllbJb"
- GsSl SbKey = "gsSl"
- GsQtsr SbKey = "gsQtsr"
- GsCbj SbKey = "gsCbj"
- GsWhsyjsfsbbygz SbKey = "gsWhsyjsfsbbygz"
- GsWhsyjsfsbbygzFb SbKey = "gsWhsyjsfsbbygzFb"
-
- GsVatAmount SbKey = "gsVatAmount"
- GsSmallVatAmount SbKey = "gsSmallVatAmount"
- GsFjsAmount SbKey = "gsFjsAmount"
- GsDeedAmount SbKey = "gsDeedAmount"
- GsTaxQuarterAmount SbKey = "gsTaxQuarterAmount"
- GsWhsyjsfsbbygzAmount SbKey = "gsWhsyjsfsbbygzAmount"
- GsQtsrAmount SbKey = "gsQtsrAmount"
- GsLjclAmount SbKey = "gsLjclAmount"
- GsSlAmount SbKey = "gsSlAmount"
- GsXfsAmount SbKey = "gsXfsAmount"
- GsCbjAmount SbKey = "gsCbjAmount"
-
- GsTaxCategory SbKey = "gsTaxCategory"
-
- GsRegInfo SbKey = "gsRegInfo"
-
- A000000 SbKey = "a000000"
- A000000Gd SbKey = "a000000Gd"
- A100000 SbKey = "a100000"
- A100000Fb1 SbKey = "a100000_fb1"
- A100000Fb2 SbKey = "a100000_fb2"
- A101010 SbKey = "a101010"
- A102010 SbKey = "a102010"
- A104000 SbKey = "a104000"
- A105000 SbKey = "a105000"
- A105050 SbKey = "a105050"
- A105060 SbKey = "a105060"
- A105080 SbKey = "a105080"
- A105080Fb28 SbKey = "a105080_fb28"
- A105080Fb29 SbKey = "a105080_fb29"
- A106000 SbKey = "a106000"
- A107010 SbKey = "a107010"
- A107040 SbKey = "a107040"
-
- YearLrb SbKey = "lrb"
- YearXjllb SbKey = "xjllb"
- YearZcfz SbKey = "zcfz"
-
- Ssjgpeopel SbKey = "list"
- )
- type GsXfsMain struct {
- AddFlag bool `json:"addFlag"`
- CreatedAt time.Time `json:"createdAt"`
- GsMainID int `json:"gsMainId"`
- ID int `json:"id"`
- Name string `json:"name"`
- PeriodTotal string `json:"periodTotal"`
- Type string `json:"type"`
- UpdatedAt time.Time `json:"updatedAt"`
- YearTotal string `json:"yearTotal"`
- }
|