YYC
2024-10-30 323d013281bffdd7d1873af70642bd552dd22814
src/main/java/com/fzzy/api/entity/Api1505.java
@@ -39,7 +39,7 @@
    @JSONField(serialize = false)
    @PropertyDef(label = "年度")
    @Column(name = "cYear", length = 4)
    private Double cYear;
    private String cYear;
    @PropertyDef(label = "科目编码")
    @Column(name = "cCode", length = 80)
@@ -69,11 +69,11 @@
     */
    @PropertyDef(label = "余额方向")
    @Column(name = "cDc", length = 3)
    private Double cDc;
    private String cDc;
    @PropertyDef(label = "末级科目")
    @Column(name = "bL")
    private Double bL;
    private String bL;
    @PropertyDef(label = "科目级次")
    @Column(name = "nGrade", length = 8)
@@ -81,23 +81,23 @@
    @PropertyDef(label = "数量科目")
    @Column(name = "bQ")
    private Double bQ;
    private String bQ;
    @PropertyDef(label = "数量单位")
    @Column(name = "cQUnit")
    private Double cQUnit;
    private String cQUnit;
    @PropertyDef(label = "现金类科目")
    @Column(name = "bCash")
    private Double bCash;
    private String bCash;
    @PropertyDef(label = "银行类科目")
    @Column(name = "bBank")
    private Double bBank;
    private String bBank;
    @PropertyDef(label = "现金流量类科目")
    @Column(name = "bXjll")
    private Double bXjll;
    private String bXjll;
    @PropertyDef(label = "冻结")
    @Column(name = "bF")