| | |
| | | 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("nNo") |
| | | private Integer nno; |
| | | private String nno; |
| | | |
| | | @PropertyDef(label = "凭证分类") |
| | | @JsonProperty("bTmp") |
| | | private String btmp; |
| | | |
| | | @PropertyDef(label = "摘要") |
| | | @JsonProperty("Digest") |
| | |
| | | */ |
| | | @PropertyDef(label = "方向") |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | private String cdc; |
| | | |
| | | @PropertyDef(label = "审核人") |
| | | @JsonProperty("cCkEr") |
| | |
| | | */ |
| | | @PropertyDef(label = "记账标志") |
| | | @JsonProperty("bPt") |
| | | private Integer bpt; |
| | | private String bpt; |
| | | |
| | | @PropertyDef(label = "附件张数") |
| | | @JsonProperty("nANum") |
| | | private Integer nanum; |
| | | private String nanum; |
| | | |
| | | @PropertyDef(label = "金额") |
| | | @JsonProperty("nM") |