| | |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "账套号") |
| | | @JsonProperty("nAcctId") |
| | | @JsonProperty("nAcctID") |
| | | private String nacctid; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | @JsonProperty("cYear") |
| | | private Integer cyear; |
| | | private String cyear; |
| | | |
| | | @PropertyDef(label = "科目编码") |
| | | @JsonProperty("cCode") |
| | |
| | | */ |
| | | @PropertyDef(label = "余额方向") |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | private String cdc; |
| | | |
| | | @PropertyDef(label = "末级科目") |
| | | @JsonProperty("bL") |
| | | private Integer bl; |
| | | private String bl; |
| | | |
| | | @PropertyDef(label = "科目级次") |
| | | @JsonProperty("nGrade") |
| | | private Integer ngrade; |
| | | private String ngrade; |
| | | |
| | | @PropertyDef(label = "数量科目") |
| | | @JsonProperty("bQ") |
| | | private Integer bq; |
| | | private String bq; |
| | | |
| | | @PropertyDef(label = "数量单位") |
| | | @JsonProperty("cQUnit") |
| | | private Integer cqunit; |
| | | private String cqunit; |
| | | |
| | | @PropertyDef(label = "现金类科目") |
| | | @JsonProperty("bCash") |
| | | private Integer bcash; |
| | | private String bcash; |
| | | |
| | | @PropertyDef(label = "银行类科目") |
| | | @JsonProperty("bBank") |
| | | private Integer bbank; |
| | | private String bbank; |
| | | |
| | | @PropertyDef(label = "现金流量类科目") |
| | | @JsonProperty("bXjll") |
| | | private Integer bxjll; |
| | | private String bxjll; |
| | | |
| | | @PropertyDef(label = "冻结") |
| | | @JsonProperty("bF") |
| | | private Integer bf; |
| | | private String bf; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |