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