wujianwei
2026-03-06 d3a26acb38a0747c5df33db848e5fb80ae2e97b9
service/src/main/java/com/ruoyi/cwgl/domain/VoucherSubjectSetting.java
@@ -29,6 +29,18 @@
        @TableField("parent_id")
    private Integer parentId;
    /** 上级科目代码 */
    @Excel(name = "上级科目代码")
        @TableField("parent_subject_code")
    private String parentSubjectCode;
    /** 上级科目名称 */
    @Excel(name = "上级科目名称")
        @TableField("parent_subject_name")
    private String parentSubjectName;
    /** 祖级列表 */
    @Excel(name = "祖级列表")
@@ -59,7 +71,7 @@
    /** 科目类别 */
    @Excel(name = "科目类别")
    @Excel(name = "科目类别",dictType = "sys_subject_category")
        @TableField("subject_type")
    private String subjectType;
@@ -73,17 +85,35 @@
    /** 余额方向(借/贷) */
    @Excel(name = "余额方向", readConverterExp = "借=/贷")
    @Excel(name = "余额方向", dictType = "sys_balance_direction")
        @TableField("balance_direction")
    private String balanceDirection;
    /** 核算项目(位运算值) */
    @Excel(name = "核算项目")
    @Excel(name = "核算项目",dictType = "sys_accounting_item_name")
        @TableField("accounting_items")
    private Integer accountingItems;
    /** 往来单位(0否 1是) */
    @Excel(name = "往来单位", readConverterExp = "0=否,1=是")
        @TableField("contact_unit")
    private String contactUnit;
    /** 部门(0否 1是) */
    @Excel(name = "部门", readConverterExp = "0=否,1=是")
        @TableField("department")
    private String department;
    /** 品名(0否 1是) */
    @Excel(name = "品名", readConverterExp = "0=否,1=是")
        @TableField("product_name")
    private String productName;
    /** 数量金额核算(1是 0否) */
@@ -191,7 +221,7 @@
    /** 帐套类型(0珠海汇畅,1广珠物流) */
    @Excel(name = "帐套类型", readConverterExp = "0=珠海汇畅,1广珠物流")
    @Excel(name = "帐套类型", dictType = "sys_accounting_typ")
        @TableField("type")
    private String type;