czt
2024-11-26 58c47f9f7fdd6e6991db9b43607e36d2175c35ad
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1508.java
@@ -21,7 +21,7 @@
    private String id;
    @PropertyDef(label = "账套号")
    @JsonProperty("nAcctId")
    @JsonProperty("nAcctID")
    private String nacctid;
    @PropertyDef(label = "凭证类型")
@@ -30,15 +30,15 @@
    @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")
@@ -53,8 +53,8 @@
    private String ccashcode;
    @PropertyDef(label = "分录序号")
    @JsonProperty("nNo")
    private Integer nrowno;
    @JsonProperty("nRowNo")
    private String nrowno;
    @PropertyDef(label = "金额")
    @JsonProperty("nM")
@@ -66,7 +66,7 @@
     */
    @PropertyDef(label = "方向")
    @JsonProperty("cDc")
    private Integer cdc;
    private String cdc;
    @PropertyDef(label = "操作标志")
    @JsonProperty("czbz")