czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1506.java
@@ -22,16 +22,16 @@
    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")
@@ -58,7 +58,7 @@
     */
    @PropertyDef(label = "余额方向")
    @JsonProperty("cDc")
    private Integer cdc;
    private String cdc;
    @PropertyDef(label = "借方本位币发生额")
    @JsonProperty("dM")