| | |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "账套号") |
| | | @JsonProperty("nAcctId") |
| | | @JsonProperty("nAcctID") |
| | | private String nacctid; |
| | | |
| | | @PropertyDef(label = "期间") |
| | | @JsonProperty("cYear") |
| | | private Integer cyear; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | @JsonProperty("cYear") |
| | | private String cyear; |
| | | |
| | | @PropertyDef(label = "期间") |
| | | @JsonProperty("nNo") |
| | | private Integer nno; |
| | | private String nno; |
| | | |
| | | @PropertyDef(label = "科目编码") |
| | | @JsonProperty("cCode") |
| | |
| | | */ |
| | | @PropertyDef(label = "余额方向") |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | private String cdc; |
| | | |
| | | @PropertyDef(label = "借方本位币发生额") |
| | | @JsonProperty("dM") |
| | | @JsonProperty("DM") |
| | | private Double dm; |
| | | |
| | | @PropertyDef(label = "贷方本位币发生额") |
| | | @JsonProperty("cM") |
| | | @JsonProperty("CM") |
| | | private Double cm; |
| | | |
| | | @PropertyDef(label = "借方发生数量") |
| | | @JsonProperty("dQ") |
| | | @JsonProperty("DQ") |
| | | private Double dq; |
| | | |
| | | @PropertyDef(label = "贷方发生数量") |
| | | @JsonProperty("cQ") |
| | | @JsonProperty("CQ") |
| | | private Double cq; |
| | | |
| | | @PropertyDef(label = "期初外币余额") |
| | | @JsonProperty("bFm") |
| | | @JsonProperty("bFM") |
| | | private Double bfm; |
| | | |
| | | @PropertyDef(label = "期末外币余额") |
| | | @JsonProperty("eFm") |
| | | @JsonProperty("eFM") |
| | | private Double efm; |
| | | |
| | | @PropertyDef(label = "借方外币发生额") |
| | | @JsonProperty("dFm") |
| | | @JsonProperty("DFM") |
| | | private Double dfm; |
| | | |
| | | @PropertyDef(label = "贷方外币发生额") |
| | | @JsonProperty("cFm") |
| | | @JsonProperty("CFM") |
| | | private Double cfm; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JsonProperty("zhgxsj") |