| | |
| | | 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") |
| | |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "凭证日期") |
| | | @JsonProperty("cVSmallDatetime") |
| | | @JsonProperty("cVsmalldatetime") |
| | | private Date ccsmalldatetime; |
| | | |
| | | @PropertyDef(label = "制单人") |
| | |
| | | */ |
| | | @PropertyDef(label = "方向") |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | private String cdc; |
| | | |
| | | @PropertyDef(label = "审核人") |
| | | @JsonProperty("cCkEr") |
| | | @JsonProperty("cCker") |
| | | private String ccker; |
| | | |
| | | @PropertyDef(label = "记账人") |
| | | @JsonProperty("cPtEr") |
| | | @JsonProperty("cPTer") |
| | | private String cpter; |
| | | /** |
| | | * 0:否 |
| | |
| | | */ |
| | | @PropertyDef(label = "记账标志") |
| | | @JsonProperty("bPt") |
| | | private Integer bpt; |
| | | private String bpt; |
| | | |
| | | @PropertyDef(label = "附件张数") |
| | | @JsonProperty("nANum") |
| | | private Integer nanum; |
| | | private String nanum; |
| | | |
| | | @PropertyDef(label = "金额") |
| | | @JsonProperty("nM") |
| | |
| | | @JsonProperty("nPrice") |
| | | private Double nprice; |
| | | |
| | | @PropertyDef(label = "结算方式") |
| | | @JsonProperty("cSettleKind") |
| | | private String cSettleKind; |
| | | |
| | | @PropertyDef(label = "结算号") |
| | | @JsonProperty("cSettleNo") |
| | | private String cSettleNo; |
| | | |
| | | |
| | | @PropertyDef(label = "出纳") |
| | | @JsonProperty("cCashier") |
| | | private String ccashier; |
| | | |
| | | @PropertyDef(label = "汇率") |
| | | @JsonProperty("rate") |
| | | @JsonProperty("Rate") |
| | | private Double rate; |
| | | |
| | | @PropertyDef(label = "外币金额") |
| | | @JsonProperty("nFm") |
| | | @JsonProperty("nFM") |
| | | private Double nfm; |
| | | |
| | | @PropertyDef(label = "计量单位",description = "计量单位汉字") |
| | | @JsonProperty("meterUnitId") |
| | | @JsonProperty("MeterUnitID") |
| | | private String meterunitid; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JsonProperty("zhgxsj") |