| | |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "年度") |
| | | @Column(name = "cYear", length = 4) |
| | | private Double cYear; |
| | | private String cYear; |
| | | |
| | | @PropertyDef(label = "科目编码") |
| | | @Column(name = "cCode", length = 80) |
| | |
| | | */ |
| | | @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) |
| | |
| | | |
| | | @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") |