| | |
| | | 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") |