| | |
| | | |
| | | |
| | | /** 科目类别 */ |
| | | @Excel(name = "科目类别") |
| | | @Excel(name = "科目类别",dictType = "sys_subject_category") |
| | | |
| | | @TableField("subject_type") |
| | | private String subjectType; |
| | |
| | | |
| | | |
| | | /** 余额方向(借/贷) */ |
| | | @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否) */ |
| | |
| | | |
| | | |
| | | /** 帐套类型(0珠海汇畅,1广珠物流) */ |
| | | @Excel(name = "帐套类型", readConverterExp = "0=珠海汇畅,1广珠物流") |
| | | @Excel(name = "帐套类型", dictType = "sys_accounting_typ") |
| | | |
| | | @TableField("type") |
| | | private String type; |