| | |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "账套号") |
| | | @JsonProperty("nAcctId") |
| | | @JsonProperty("nAcctID") |
| | | private String nacctid; |
| | | |
| | | @PropertyDef(label = "凭证类型") |
| | |
| | | |
| | | @PropertyDef(label = "期间") |
| | | @JsonProperty("cMon") |
| | | private Integer cmon; |
| | | private String cmon; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | @JsonProperty("cYear") |
| | | private Integer cyear; |
| | | private String cyear; |
| | | |
| | | @PropertyDef(label = "凭证号") |
| | | @JsonProperty("nVNo") |
| | | private Integer nvno; |
| | | private String nvno; |
| | | |
| | | @PropertyDef(label = "科目编码") |
| | | @JsonProperty("cCode") |
| | |
| | | private String ccashcode; |
| | | |
| | | @PropertyDef(label = "分录序号") |
| | | @JsonProperty("nNo") |
| | | private Integer nrowno; |
| | | @JsonProperty("nRowNo") |
| | | private String nrowno; |
| | | |
| | | @PropertyDef(label = "金额") |
| | | @JsonProperty("nM") |
| | |
| | | */ |
| | | @PropertyDef(label = "方向") |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | private String cdc; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |