Commit b890ebc8 authored by gary's avatar gary

1、je + tmsPeriod

parent 3e000f31
package pwc.taxtech.atms.dto.ebsdto; package pwc.taxtech.atms.dto.ebsdto;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Date; import java.util.Date;
public class JournalEntryQueryDto { public class JournalEntryQueryDto {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 唯一编号 系统唯一编号 * 唯一编号 系统唯一编号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.id * This field corresponds to the database column journal_entry.id
* *
* @mbg.generated * @mbg.generated
*/ */
private Long id; private Long id;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 机构编号 对应机构编号 * 机构编号 对应机构编号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.organization_id * This field corresponds to the database column journal_entry.organization_id
* *
* @mbg.generated * @mbg.generated
*/ */
private String organizationId; private String organizationId;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 项目ID * 项目ID
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.project_id * This field corresponds to the database column journal_entry.project_id
* *
* @mbg.generated * @mbg.generated
*/ */
private String projectId; private String projectId;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 数据日期 * 数据日期
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.date * This field corresponds to the database column journal_entry.date
* *
* @mbg.generated * @mbg.generated
*/ */
private Date date; private Date date;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 来源 GL * 来源 GL
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.source * This field corresponds to the database column journal_entry.source
* *
* @mbg.generated * @mbg.generated
*/ */
private String source; private String source;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 账套ID * 账套ID
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.ledger_id * This field corresponds to the database column journal_entry.ledger_id
* *
* @mbg.generated * @mbg.generated
*/ */
private String ledgerId; private String ledgerId;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 账套名称 * 账套名称
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.ledger_name * This field corresponds to the database column journal_entry.ledger_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String ledgerName; private String ledgerName;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 账套币种 * 账套币种
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.currency_code * This field corresponds to the database column journal_entry.currency_code
* *
* @mbg.generated * @mbg.generated
*/ */
private String currencyCode; private String currencyCode;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 关账标识 Y/N * 关账标识 Y/N
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.status * This field corresponds to the database column journal_entry.status
* *
* @mbg.generated * @mbg.generated
*/ */
private String status; private String status;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账头ID * 日记账头ID
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.header_id * This field corresponds to the database column journal_entry.header_id
* *
* @mbg.generated * @mbg.generated
*/ */
private String headerId; private String headerId;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账行号 * 日记账行号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.line_num * This field corresponds to the database column journal_entry.line_num
* *
* @mbg.generated * @mbg.generated
*/ */
private String lineNum; private String lineNum;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 审批状态 * 审批状态
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.approval_status * This field corresponds to the database column journal_entry.approval_status
* *
* @mbg.generated * @mbg.generated
*/ */
private String approvalStatus; private String approvalStatus;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 过账 * 过账
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.posted_status * This field corresponds to the database column journal_entry.posted_status
* *
* @mbg.generated * @mbg.generated
*/ */
private String postedStatus; private String postedStatus;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 会计期间 yyyymm * 会计期间 yyyymm
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.period * This field corresponds to the database column journal_entry.period
* *
* @mbg.generated * @mbg.generated
*/ */
private Integer period; private Integer period;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 凭证日期 * 凭证日期
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounting_date * This field corresponds to the database column journal_entry.accounting_date
* *
* @mbg.generated * @mbg.generated
*/ */
private Date accountingDate; private Date accountingDate;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账来源 * 日记账来源
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.journal_source * This field corresponds to the database column journal_entry.journal_source
* *
* @mbg.generated * @mbg.generated
*/ */
private String journalSource; private String journalSource;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账类别 * 日记账类别
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.category * This field corresponds to the database column journal_entry.category
* *
* @mbg.generated * @mbg.generated
*/ */
private String category; private String category;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账名称 * 日记账名称
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.name * This field corresponds to the database column journal_entry.name
* *
* @mbg.generated * @mbg.generated
*/ */
private String name; private String name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 凭证编号 * 凭证编号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.voucher_num * This field corresponds to the database column journal_entry.voucher_num
* *
* @mbg.generated * @mbg.generated
*/ */
private String voucherNum; private String voucherNum;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 摘要 * 摘要
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.description * This field corresponds to the database column journal_entry.description
* *
* @mbg.generated * @mbg.generated
*/ */
private String description; private String description;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 主体代码 * 主体代码
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment1 * This field corresponds to the database column journal_entry.segment1
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment1; private String segment1;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心 * 成本中心
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment2 * This field corresponds to the database column journal_entry.segment2
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment2; private String segment2;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 科目代码 * 科目代码
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment3 * This field corresponds to the database column journal_entry.segment3
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment3; private String segment3;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 辅助科目 * 辅助科目
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment4 * This field corresponds to the database column journal_entry.segment4
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment4; private String segment4;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 利润中心 * 利润中心
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment5 * This field corresponds to the database column journal_entry.segment5
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment5; private String segment5;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 产品 * 产品
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment6 * This field corresponds to the database column journal_entry.segment6
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment6; private String segment6;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 项目 * 项目
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment7 * This field corresponds to the database column journal_entry.segment7
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment7; private String segment7;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 公司间 * 公司间
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment8 * This field corresponds to the database column journal_entry.segment8
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment8; private String segment8;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用1 * 备用1
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment9 * This field corresponds to the database column journal_entry.segment9
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment9; private String segment9;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用2 * 备用2
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment10 * This field corresponds to the database column journal_entry.segment10
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment10; private String segment10;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 主体说明 * 主体说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment1_name * This field corresponds to the database column journal_entry.segment1_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment1Name; private String segment1Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心说明 * 成本中心说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment2_name * This field corresponds to the database column journal_entry.segment2_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment2Name; private String segment2Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 科目说明 * 科目说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment3_name * This field corresponds to the database column journal_entry.segment3_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment3Name; private String segment3Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 辅助科目说明 * 辅助科目说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment4_name * This field corresponds to the database column journal_entry.segment4_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment4Name; private String segment4Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 利润中心说明 * 利润中心说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment5_name * This field corresponds to the database column journal_entry.segment5_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment5Name; private String segment5Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 产品说明 * 产品说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment6_name * This field corresponds to the database column journal_entry.segment6_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment6Name; private String segment6Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 项目说明 * 项目说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment7_name * This field corresponds to the database column journal_entry.segment7_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment7Name; private String segment7Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 公司间说明 * 公司间说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment8_name * This field corresponds to the database column journal_entry.segment8_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment8Name; private String segment8Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用1说明 * 备用1说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment9_name * This field corresponds to the database column journal_entry.segment9_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment9Name; private String segment9Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用2说明 * 备用2说明
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment10_name * This field corresponds to the database column journal_entry.segment10_name
* *
* @mbg.generated * @mbg.generated
*/ */
private String segment10Name; private String segment10Name;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 币种 * 币种
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.journal_currency_code * This field corresponds to the database column journal_entry.journal_currency_code
* *
* @mbg.generated * @mbg.generated
*/ */
private String journalCurrencyCode; private String journalCurrencyCode;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币币种 * 本位币币种
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.sob_currency_code * This field corresponds to the database column journal_entry.sob_currency_code
* *
* @mbg.generated * @mbg.generated
*/ */
private String sobCurrencyCode; private String sobCurrencyCode;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 借方金额 * 借方金额
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounted_dr * This field corresponds to the database column journal_entry.accounted_dr
* *
* @mbg.generated * @mbg.generated
*/ */
private BigDecimal accountedDr; private BigDecimal accountedDr;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 贷方金额 * 贷方金额
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounted_cr * This field corresponds to the database column journal_entry.accounted_cr
* *
* @mbg.generated * @mbg.generated
*/ */
private BigDecimal accountedCr; private BigDecimal accountedCr;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币借方金额 * 本位币借方金额
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.entered_dr * This field corresponds to the database column journal_entry.entered_dr
* *
* @mbg.generated * @mbg.generated
*/ */
private BigDecimal enteredDr; private BigDecimal enteredDr;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币贷方金额 * 本位币贷方金额
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.entered_cr * This field corresponds to the database column journal_entry.entered_cr
* *
* @mbg.generated * @mbg.generated
*/ */
private BigDecimal enteredCr; private BigDecimal enteredCr;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 现金流量表项 * 现金流量表项
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.cf_item * This field corresponds to the database column journal_entry.cf_item
* *
* @mbg.generated * @mbg.generated
*/ */
private String cfItem; private String cfItem;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 城市 * 城市
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute1 * This field corresponds to the database column journal_entry.attribute1
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute1; private String attribute1;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 交易日期 * 交易日期
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute2 * This field corresponds to the database column journal_entry.attribute2
* *
* @mbg.generated * @mbg.generated
*/ */
private Date attribute2; private Date attribute2;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 对方银行账号 * 对方银行账号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute3 * This field corresponds to the database column journal_entry.attribute3
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute3; private String attribute3;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 银行流水号 * 银行流水号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute4 * This field corresponds to the database column journal_entry.attribute4
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute4; private String attribute4;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 供应商编号 * 供应商编号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute5 * This field corresponds to the database column journal_entry.attribute5
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute5; private String attribute5;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 交易单号 * 交易单号
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute6 * This field corresponds to the database column journal_entry.attribute6
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute6; private String attribute6;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 供应商名称 * 供应商名称
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute7 * This field corresponds to the database column journal_entry.attribute7
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute7; private String attribute7;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 接收编码 * 接收编码
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute8 * This field corresponds to the database column journal_entry.attribute8
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute8; private String attribute8;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 制单人 * 制单人
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute9 * This field corresponds to the database column journal_entry.attribute9
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute9; private String attribute9;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 审核人 * 审核人
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute10 * This field corresponds to the database column journal_entry.attribute10
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute10; private String attribute10;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述1 * 成本中心部门描述1
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute11 * This field corresponds to the database column journal_entry.attribute11
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute11; private String attribute11;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述2 * 成本中心部门描述2
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute12 * This field corresponds to the database column journal_entry.attribute12
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute12; private String attribute12;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述3 * 成本中心部门描述3
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute13 * This field corresponds to the database column journal_entry.attribute13
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute13; private String attribute13;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述4 * 成本中心部门描述4
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute14 * This field corresponds to the database column journal_entry.attribute14
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute14; private String attribute14;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述5 * 成本中心部门描述5
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute15 * This field corresponds to the database column journal_entry.attribute15
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute15; private String attribute15;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述6 * 成本中心部门描述6
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute16 * This field corresponds to the database column journal_entry.attribute16
* *
* @mbg.generated * @mbg.generated
*/ */
private String attribute16; private String attribute16;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建人 * 创建人
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.created_by * This field corresponds to the database column journal_entry.created_by
* *
* @mbg.generated * @mbg.generated
*/ */
private String createdBy; private String createdBy;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建日期 * 创建日期
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.created_date * This field corresponds to the database column journal_entry.created_date
* *
* @mbg.generated * @mbg.generated
*/ */
private Date createdDate; private Date createdDate;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 最后更新人 * 最后更新人
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.late_updated_by * This field corresponds to the database column journal_entry.late_updated_by
* *
* @mbg.generated * @mbg.generated
*/ */
private String lateUpdatedBy; private String lateUpdatedBy;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 最后更新日期 * 最后更新日期
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.late_updated_date * This field corresponds to the database column journal_entry.late_updated_date
* *
* @mbg.generated * @mbg.generated
*/ */
private Date lateUpdatedDate; private Date lateUpdatedDate;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建时间 * 创建时间
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.create_time * This field corresponds to the database column journal_entry.create_time
* *
* @mbg.generated * @mbg.generated
*/ */
private Date createTime; private Date createTime;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 更新时间 * 更新时间
* <p> * <p>
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.update_time * This field corresponds to the database column journal_entry.update_time
* *
* @mbg.generated * @mbg.generated
*/ */
private Date updateTime; private Date updateTime;
public Long getId() { /**
return id; * Database Column Remarks:
} * 税务系统期间 yyyyMM
*
public void setId(Long id) { * This field was generated by MyBatis Generator.
this.id = id; * This field corresponds to the database column journal_entry.tms_period
} *
* @mbg.generated
public String getOrganizationId() { */
return organizationId; private Integer tmsPeriod;
}
public Long getId() {
public void setOrganizationId(String organizationId) { return id;
this.organizationId = organizationId; }
}
public void setId(Long id) {
public String getProjectId() { this.id = id;
return projectId; }
}
public String getOrganizationId() {
public void setProjectId(String projectId) { return organizationId;
this.projectId = projectId; }
}
public void setOrganizationId(String organizationId) {
public Date getDate() { this.organizationId = organizationId;
return date; }
}
public String getProjectId() {
public void setDate(Date date) { return projectId;
this.date = date; }
}
public void setProjectId(String projectId) {
public String getSource() { this.projectId = projectId;
return source; }
}
public Date getDate() {
public void setSource(String source) { return date;
this.source = source; }
}
public void setDate(Date date) {
public String getLedgerId() { this.date = date;
return ledgerId; }
}
public String getSource() {
public void setLedgerId(String ledgerId) { return source;
this.ledgerId = ledgerId; }
}
public void setSource(String source) {
public String getLedgerName() { this.source = source;
return ledgerName; }
}
public String getLedgerId() {
public void setLedgerName(String ledgerName) { return ledgerId;
this.ledgerName = ledgerName; }
}
public void setLedgerId(String ledgerId) {
public String getCurrencyCode() { this.ledgerId = ledgerId;
return currencyCode; }
}
public String getLedgerName() {
public void setCurrencyCode(String currencyCode) { return ledgerName;
this.currencyCode = currencyCode; }
}
public void setLedgerName(String ledgerName) {
public String getStatus() { this.ledgerName = ledgerName;
return status; }
}
public String getCurrencyCode() {
public void setStatus(String status) { return currencyCode;
this.status = status; }
}
public void setCurrencyCode(String currencyCode) {
public String getHeaderId() { this.currencyCode = currencyCode;
return headerId; }
}
public String getStatus() {
public void setHeaderId(String headerId) { return status;
this.headerId = headerId; }
}
public void setStatus(String status) {
public String getLineNum() { this.status = status;
return lineNum; }
}
public String getHeaderId() {
public void setLineNum(String lineNum) { return headerId;
this.lineNum = lineNum; }
}
public void setHeaderId(String headerId) {
public String getApprovalStatus() { this.headerId = headerId;
return approvalStatus; }
}
public String getLineNum() {
public void setApprovalStatus(String approvalStatus) { return lineNum;
this.approvalStatus = approvalStatus; }
}
public void setLineNum(String lineNum) {
public String getPostedStatus() { this.lineNum = lineNum;
return postedStatus; }
}
public String getApprovalStatus() {
public void setPostedStatus(String postedStatus) { return approvalStatus;
this.postedStatus = postedStatus; }
}
public void setApprovalStatus(String approvalStatus) {
public Integer getPeriod() { this.approvalStatus = approvalStatus;
return period; }
}
public String getPostedStatus() {
public void setPeriod(Integer period) { return postedStatus;
this.period = period; }
}
public void setPostedStatus(String postedStatus) {
public Date getAccountingDate() { this.postedStatus = postedStatus;
return accountingDate; }
}
public Integer getPeriod() {
public void setAccountingDate(Date accountingDate) { return period;
this.accountingDate = accountingDate; }
}
public void setPeriod(Integer period) {
public String getJournalSource() { this.period = period;
return journalSource; }
}
public Date getAccountingDate() {
public void setJournalSource(String journalSource) { return accountingDate;
this.journalSource = journalSource; }
}
public void setAccountingDate(Date accountingDate) {
public String getCategory() { this.accountingDate = accountingDate;
return category; }
}
public String getJournalSource() {
public void setCategory(String category) { return journalSource;
this.category = category; }
}
public void setJournalSource(String journalSource) {
public String getName() { this.journalSource = journalSource;
return name; }
}
public String getCategory() {
public void setName(String name) { return category;
this.name = name; }
}
public void setCategory(String category) {
public String getVoucherNum() { this.category = category;
return voucherNum; }
}
public String getName() {
public void setVoucherNum(String voucherNum) { return name;
this.voucherNum = voucherNum; }
}
public void setName(String name) {
public String getDescription() { this.name = name;
return description; }
}
public String getVoucherNum() {
public void setDescription(String description) { return voucherNum;
this.description = description; }
}
public void setVoucherNum(String voucherNum) {
public String getSegment1() { this.voucherNum = voucherNum;
return segment1; }
}
public String getDescription() {
public void setSegment1(String segment1) { return description;
this.segment1 = segment1; }
}
public void setDescription(String description) {
public String getSegment2() { this.description = description;
return segment2; }
}
public String getSegment1() {
public void setSegment2(String segment2) { return segment1;
this.segment2 = segment2; }
}
public void setSegment1(String segment1) {
public String getSegment3() { this.segment1 = segment1;
return segment3; }
}
public String getSegment2() {
public void setSegment3(String segment3) { return segment2;
this.segment3 = segment3; }
}
public void setSegment2(String segment2) {
public String getSegment4() { this.segment2 = segment2;
return segment4; }
}
public String getSegment3() {
public void setSegment4(String segment4) { return segment3;
this.segment4 = segment4; }
}
public void setSegment3(String segment3) {
public String getSegment5() { this.segment3 = segment3;
return segment5; }
}
public String getSegment4() {
public void setSegment5(String segment5) { return segment4;
this.segment5 = segment5; }
}
public void setSegment4(String segment4) {
public String getSegment6() { this.segment4 = segment4;
return segment6; }
}
public String getSegment5() {
public void setSegment6(String segment6) { return segment5;
this.segment6 = segment6; }
}
public void setSegment5(String segment5) {
public String getSegment7() { this.segment5 = segment5;
return segment7; }
}
public String getSegment6() {
public void setSegment7(String segment7) { return segment6;
this.segment7 = segment7; }
}
public void setSegment6(String segment6) {
public String getSegment8() { this.segment6 = segment6;
return segment8; }
}
public String getSegment7() {
public void setSegment8(String segment8) { return segment7;
this.segment8 = segment8; }
}
public void setSegment7(String segment7) {
public String getSegment9() { this.segment7 = segment7;
return segment9; }
}
public String getSegment8() {
public void setSegment9(String segment9) { return segment8;
this.segment9 = segment9; }
}
public void setSegment8(String segment8) {
public String getSegment10() { this.segment8 = segment8;
return segment10; }
}
public String getSegment9() {
public void setSegment10(String segment10) { return segment9;
this.segment10 = segment10; }
}
public void setSegment9(String segment9) {
public String getSegment1Name() { this.segment9 = segment9;
return segment1Name; }
}
public String getSegment10() {
public void setSegment1Name(String segment1Name) { return segment10;
this.segment1Name = segment1Name; }
}
public void setSegment10(String segment10) {
public String getSegment2Name() { this.segment10 = segment10;
return segment2Name; }
}
public String getSegment1Name() {
public void setSegment2Name(String segment2Name) { return segment1Name;
this.segment2Name = segment2Name; }
}
public void setSegment1Name(String segment1Name) {
public String getSegment3Name() { this.segment1Name = segment1Name;
return segment3Name; }
}
public String getSegment2Name() {
public void setSegment3Name(String segment3Name) { return segment2Name;
this.segment3Name = segment3Name; }
}
public void setSegment2Name(String segment2Name) {
public String getSegment4Name() { this.segment2Name = segment2Name;
return segment4Name; }
}
public String getSegment3Name() {
public void setSegment4Name(String segment4Name) { return segment3Name;
this.segment4Name = segment4Name; }
}
public void setSegment3Name(String segment3Name) {
public String getSegment5Name() { this.segment3Name = segment3Name;
return segment5Name; }
}
public String getSegment4Name() {
public void setSegment5Name(String segment5Name) { return segment4Name;
this.segment5Name = segment5Name; }
}
public void setSegment4Name(String segment4Name) {
public String getSegment6Name() { this.segment4Name = segment4Name;
return segment6Name; }
}
public String getSegment5Name() {
public void setSegment6Name(String segment6Name) { return segment5Name;
this.segment6Name = segment6Name; }
}
public void setSegment5Name(String segment5Name) {
public String getSegment7Name() { this.segment5Name = segment5Name;
return segment7Name; }
}
public String getSegment6Name() {
public void setSegment7Name(String segment7Name) { return segment6Name;
this.segment7Name = segment7Name; }
}
public void setSegment6Name(String segment6Name) {
public String getSegment8Name() { this.segment6Name = segment6Name;
return segment8Name; }
}
public String getSegment7Name() {
public void setSegment8Name(String segment8Name) { return segment7Name;
this.segment8Name = segment8Name; }
}
public void setSegment7Name(String segment7Name) {
public String getSegment9Name() { this.segment7Name = segment7Name;
return segment9Name; }
}
public String getSegment8Name() {
public void setSegment9Name(String segment9Name) { return segment8Name;
this.segment9Name = segment9Name; }
}
public void setSegment8Name(String segment8Name) {
public String getSegment10Name() { this.segment8Name = segment8Name;
return segment10Name; }
}
public String getSegment9Name() {
public void setSegment10Name(String segment10Name) { return segment9Name;
this.segment10Name = segment10Name; }
}
public void setSegment9Name(String segment9Name) {
public String getJournalCurrencyCode() { this.segment9Name = segment9Name;
return journalCurrencyCode; }
}
public String getSegment10Name() {
public void setJournalCurrencyCode(String journalCurrencyCode) { return segment10Name;
this.journalCurrencyCode = journalCurrencyCode; }
}
public void setSegment10Name(String segment10Name) {
public String getSobCurrencyCode() { this.segment10Name = segment10Name;
return sobCurrencyCode; }
}
public String getJournalCurrencyCode() {
public void setSobCurrencyCode(String sobCurrencyCode) { return journalCurrencyCode;
this.sobCurrencyCode = sobCurrencyCode; }
}
public void setJournalCurrencyCode(String journalCurrencyCode) {
public BigDecimal getAccountedDr() { this.journalCurrencyCode = journalCurrencyCode;
return accountedDr; }
}
public String getSobCurrencyCode() {
public void setAccountedDr(BigDecimal accountedDr) { return sobCurrencyCode;
this.accountedDr = accountedDr; }
}
public void setSobCurrencyCode(String sobCurrencyCode) {
public BigDecimal getAccountedCr() { this.sobCurrencyCode = sobCurrencyCode;
return accountedCr; }
}
public BigDecimal getAccountedDr() {
public void setAccountedCr(BigDecimal accountedCr) { return accountedDr;
this.accountedCr = accountedCr; }
}
public void setAccountedDr(BigDecimal accountedDr) {
public BigDecimal getEnteredDr() { this.accountedDr = accountedDr;
return enteredDr; }
}
public BigDecimal getAccountedCr() {
public void setEnteredDr(BigDecimal enteredDr) { return accountedCr;
this.enteredDr = enteredDr; }
}
public void setAccountedCr(BigDecimal accountedCr) {
public BigDecimal getEnteredCr() { this.accountedCr = accountedCr;
return enteredCr; }
}
public BigDecimal getEnteredDr() {
public void setEnteredCr(BigDecimal enteredCr) { return enteredDr;
this.enteredCr = enteredCr; }
}
public void setEnteredDr(BigDecimal enteredDr) {
public String getCfItem() { this.enteredDr = enteredDr;
return cfItem; }
}
public BigDecimal getEnteredCr() {
public void setCfItem(String cfItem) { return enteredCr;
this.cfItem = cfItem; }
}
public void setEnteredCr(BigDecimal enteredCr) {
public String getAttribute1() { this.enteredCr = enteredCr;
return attribute1; }
}
public String getCfItem() {
public void setAttribute1(String attribute1) { return cfItem;
this.attribute1 = attribute1; }
}
public void setCfItem(String cfItem) {
public Date getAttribute2() { this.cfItem = cfItem;
return attribute2; }
}
public String getAttribute1() {
public void setAttribute2(Date attribute2) { return attribute1;
this.attribute2 = attribute2; }
}
public void setAttribute1(String attribute1) {
public String getAttribute3() { this.attribute1 = attribute1;
return attribute3; }
}
public Date getAttribute2() {
public void setAttribute3(String attribute3) { return attribute2;
this.attribute3 = attribute3; }
}
public void setAttribute2(Date attribute2) {
public String getAttribute4() { this.attribute2 = attribute2;
return attribute4; }
}
public String getAttribute3() {
public void setAttribute4(String attribute4) { return attribute3;
this.attribute4 = attribute4; }
}
public void setAttribute3(String attribute3) {
public String getAttribute5() { this.attribute3 = attribute3;
return attribute5; }
}
public String getAttribute4() {
public void setAttribute5(String attribute5) { return attribute4;
this.attribute5 = attribute5; }
}
public void setAttribute4(String attribute4) {
public String getAttribute6() { this.attribute4 = attribute4;
return attribute6; }
}
public String getAttribute5() {
public void setAttribute6(String attribute6) { return attribute5;
this.attribute6 = attribute6; }
}
public void setAttribute5(String attribute5) {
public String getAttribute7() { this.attribute5 = attribute5;
return attribute7; }
}
public String getAttribute6() {
public void setAttribute7(String attribute7) { return attribute6;
this.attribute7 = attribute7; }
}
public void setAttribute6(String attribute6) {
public String getAttribute8() { this.attribute6 = attribute6;
return attribute8; }
}
public String getAttribute7() {
public void setAttribute8(String attribute8) { return attribute7;
this.attribute8 = attribute8; }
}
public void setAttribute7(String attribute7) {
public String getAttribute9() { this.attribute7 = attribute7;
return attribute9; }
}
public String getAttribute8() {
public void setAttribute9(String attribute9) { return attribute8;
this.attribute9 = attribute9; }
}
public void setAttribute8(String attribute8) {
public String getAttribute10() { this.attribute8 = attribute8;
return attribute10; }
}
public String getAttribute9() {
public void setAttribute10(String attribute10) { return attribute9;
this.attribute10 = attribute10; }
}
public void setAttribute9(String attribute9) {
public String getAttribute11() { this.attribute9 = attribute9;
return attribute11; }
}
public String getAttribute10() {
public void setAttribute11(String attribute11) { return attribute10;
this.attribute11 = attribute11; }
}
public void setAttribute10(String attribute10) {
public String getAttribute12() { this.attribute10 = attribute10;
return attribute12; }
}
public String getAttribute11() {
public void setAttribute12(String attribute12) { return attribute11;
this.attribute12 = attribute12; }
}
public void setAttribute11(String attribute11) {
public String getAttribute13() { this.attribute11 = attribute11;
return attribute13; }
}
public String getAttribute12() {
public void setAttribute13(String attribute13) { return attribute12;
this.attribute13 = attribute13; }
}
public void setAttribute12(String attribute12) {
public String getAttribute14() { this.attribute12 = attribute12;
return attribute14; }
}
public String getAttribute13() {
public void setAttribute14(String attribute14) { return attribute13;
this.attribute14 = attribute14; }
}
public void setAttribute13(String attribute13) {
public String getAttribute15() { this.attribute13 = attribute13;
return attribute15; }
}
public String getAttribute14() {
public void setAttribute15(String attribute15) { return attribute14;
this.attribute15 = attribute15; }
}
public void setAttribute14(String attribute14) {
public String getAttribute16() { this.attribute14 = attribute14;
return attribute16; }
}
public String getAttribute15() {
public void setAttribute16(String attribute16) { return attribute15;
this.attribute16 = attribute16; }
}
public void setAttribute15(String attribute15) {
public String getCreatedBy() { this.attribute15 = attribute15;
return createdBy; }
}
public String getAttribute16() {
public void setCreatedBy(String createdBy) { return attribute16;
this.createdBy = createdBy; }
}
public void setAttribute16(String attribute16) {
public Date getCreatedDate() { this.attribute16 = attribute16;
return createdDate; }
}
public String getCreatedBy() {
public void setCreatedDate(Date createdDate) { return createdBy;
this.createdDate = createdDate; }
}
public void setCreatedBy(String createdBy) {
public String getLateUpdatedBy() { this.createdBy = createdBy;
return lateUpdatedBy; }
}
public Date getCreatedDate() {
public void setLateUpdatedBy(String lateUpdatedBy) { return createdDate;
this.lateUpdatedBy = lateUpdatedBy; }
}
public void setCreatedDate(Date createdDate) {
public Date getLateUpdatedDate() { this.createdDate = createdDate;
return lateUpdatedDate; }
}
public String getLateUpdatedBy() {
public void setLateUpdatedDate(Date lateUpdatedDate) { return lateUpdatedBy;
this.lateUpdatedDate = lateUpdatedDate; }
}
public void setLateUpdatedBy(String lateUpdatedBy) {
public Date getCreateTime() { this.lateUpdatedBy = lateUpdatedBy;
return createTime; }
}
public Date getLateUpdatedDate() {
public void setCreateTime(Date createTime) { return lateUpdatedDate;
this.createTime = createTime; }
}
public void setLateUpdatedDate(Date lateUpdatedDate) {
public Date getUpdateTime() { this.lateUpdatedDate = lateUpdatedDate;
return updateTime; }
}
public Date getCreateTime() {
public void setUpdateTime(Date updateTime) { return createTime;
this.updateTime = updateTime; }
}
} public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public Integer getTmsPeriod() {
return tmsPeriod;
}
public void setTmsPeriod(Integer tmsPeriod) {
this.tmsPeriod = tmsPeriod;
}
}
...@@ -160,6 +160,17 @@ public class JournalEntryDto implements Serializable { ...@@ -160,6 +160,17 @@ public class JournalEntryDto implements Serializable {
*/ */
private String postedStatus; private String postedStatus;
/**
* Database Column Remarks:
* 税务系统期间 yyyyMM
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.tms_period
*
* @mbg.generated
*/
private Integer tmsPeriod;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 会计期间 yyyymm * 会计期间 yyyymm
...@@ -173,7 +184,7 @@ public class JournalEntryDto implements Serializable { ...@@ -173,7 +184,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 凭证日期 * 凭证日期
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounting_date * This field corresponds to the database column journal_entry.accounting_date
...@@ -184,7 +195,7 @@ public class JournalEntryDto implements Serializable { ...@@ -184,7 +195,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账来源 * 日记账来源
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.journal_source * This field corresponds to the database column journal_entry.journal_source
...@@ -195,7 +206,7 @@ public class JournalEntryDto implements Serializable { ...@@ -195,7 +206,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账类别 * 日记账类别
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.category * This field corresponds to the database column journal_entry.category
...@@ -206,7 +217,7 @@ public class JournalEntryDto implements Serializable { ...@@ -206,7 +217,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 日记账名称 * 日记账名称
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.name * This field corresponds to the database column journal_entry.name
...@@ -217,7 +228,7 @@ public class JournalEntryDto implements Serializable { ...@@ -217,7 +228,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 凭证编号 * 凭证编号
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.voucher_num * This field corresponds to the database column journal_entry.voucher_num
...@@ -228,7 +239,7 @@ public class JournalEntryDto implements Serializable { ...@@ -228,7 +239,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 摘要 * 摘要
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.description * This field corresponds to the database column journal_entry.description
...@@ -239,7 +250,7 @@ public class JournalEntryDto implements Serializable { ...@@ -239,7 +250,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 主体代码 * 主体代码
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment1 * This field corresponds to the database column journal_entry.segment1
...@@ -250,7 +261,7 @@ public class JournalEntryDto implements Serializable { ...@@ -250,7 +261,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心 * 成本中心
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment2 * This field corresponds to the database column journal_entry.segment2
...@@ -261,7 +272,7 @@ public class JournalEntryDto implements Serializable { ...@@ -261,7 +272,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 科目代码 * 科目代码
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment3 * This field corresponds to the database column journal_entry.segment3
...@@ -272,7 +283,7 @@ public class JournalEntryDto implements Serializable { ...@@ -272,7 +283,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 辅助科目 * 辅助科目
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment4 * This field corresponds to the database column journal_entry.segment4
...@@ -283,7 +294,7 @@ public class JournalEntryDto implements Serializable { ...@@ -283,7 +294,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 利润中心 * 利润中心
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment5 * This field corresponds to the database column journal_entry.segment5
...@@ -294,7 +305,7 @@ public class JournalEntryDto implements Serializable { ...@@ -294,7 +305,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 产品 * 产品
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment6 * This field corresponds to the database column journal_entry.segment6
...@@ -305,7 +316,7 @@ public class JournalEntryDto implements Serializable { ...@@ -305,7 +316,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 项目 * 项目
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment7 * This field corresponds to the database column journal_entry.segment7
...@@ -316,7 +327,7 @@ public class JournalEntryDto implements Serializable { ...@@ -316,7 +327,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 公司间 * 公司间
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment8 * This field corresponds to the database column journal_entry.segment8
...@@ -327,7 +338,7 @@ public class JournalEntryDto implements Serializable { ...@@ -327,7 +338,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用1 * 备用1
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment9 * This field corresponds to the database column journal_entry.segment9
...@@ -338,7 +349,7 @@ public class JournalEntryDto implements Serializable { ...@@ -338,7 +349,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用2 * 备用2
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment10 * This field corresponds to the database column journal_entry.segment10
...@@ -349,7 +360,7 @@ public class JournalEntryDto implements Serializable { ...@@ -349,7 +360,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 主体说明 * 主体说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment1_name * This field corresponds to the database column journal_entry.segment1_name
...@@ -360,7 +371,7 @@ public class JournalEntryDto implements Serializable { ...@@ -360,7 +371,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心说明 * 成本中心说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment2_name * This field corresponds to the database column journal_entry.segment2_name
...@@ -371,7 +382,7 @@ public class JournalEntryDto implements Serializable { ...@@ -371,7 +382,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 科目说明 * 科目说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment3_name * This field corresponds to the database column journal_entry.segment3_name
...@@ -382,7 +393,7 @@ public class JournalEntryDto implements Serializable { ...@@ -382,7 +393,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 辅助科目说明 * 辅助科目说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment4_name * This field corresponds to the database column journal_entry.segment4_name
...@@ -393,7 +404,7 @@ public class JournalEntryDto implements Serializable { ...@@ -393,7 +404,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 利润中心说明 * 利润中心说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment5_name * This field corresponds to the database column journal_entry.segment5_name
...@@ -404,7 +415,7 @@ public class JournalEntryDto implements Serializable { ...@@ -404,7 +415,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 产品说明 * 产品说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment6_name * This field corresponds to the database column journal_entry.segment6_name
...@@ -415,7 +426,7 @@ public class JournalEntryDto implements Serializable { ...@@ -415,7 +426,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 项目说明 * 项目说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment7_name * This field corresponds to the database column journal_entry.segment7_name
...@@ -426,7 +437,7 @@ public class JournalEntryDto implements Serializable { ...@@ -426,7 +437,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 公司间说明 * 公司间说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment8_name * This field corresponds to the database column journal_entry.segment8_name
...@@ -437,7 +448,7 @@ public class JournalEntryDto implements Serializable { ...@@ -437,7 +448,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用1说明 * 备用1说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment9_name * This field corresponds to the database column journal_entry.segment9_name
...@@ -448,7 +459,7 @@ public class JournalEntryDto implements Serializable { ...@@ -448,7 +459,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 备用2说明 * 备用2说明
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.segment10_name * This field corresponds to the database column journal_entry.segment10_name
...@@ -459,7 +470,7 @@ public class JournalEntryDto implements Serializable { ...@@ -459,7 +470,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 币种 * 币种
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.journal_currency_code * This field corresponds to the database column journal_entry.journal_currency_code
...@@ -470,7 +481,7 @@ public class JournalEntryDto implements Serializable { ...@@ -470,7 +481,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币币种 * 本位币币种
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.sob_currency_code * This field corresponds to the database column journal_entry.sob_currency_code
...@@ -481,7 +492,7 @@ public class JournalEntryDto implements Serializable { ...@@ -481,7 +492,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 借方金额 * 借方金额
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounted_dr * This field corresponds to the database column journal_entry.accounted_dr
...@@ -492,7 +503,7 @@ public class JournalEntryDto implements Serializable { ...@@ -492,7 +503,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 贷方金额 * 贷方金额
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.accounted_cr * This field corresponds to the database column journal_entry.accounted_cr
...@@ -503,7 +514,7 @@ public class JournalEntryDto implements Serializable { ...@@ -503,7 +514,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币借方金额 * 本位币借方金额
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.entered_dr * This field corresponds to the database column journal_entry.entered_dr
...@@ -514,7 +525,7 @@ public class JournalEntryDto implements Serializable { ...@@ -514,7 +525,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 本位币贷方金额 * 本位币贷方金额
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.entered_cr * This field corresponds to the database column journal_entry.entered_cr
...@@ -525,7 +536,7 @@ public class JournalEntryDto implements Serializable { ...@@ -525,7 +536,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 现金流量表项 * 现金流量表项
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.cf_item * This field corresponds to the database column journal_entry.cf_item
...@@ -536,7 +547,7 @@ public class JournalEntryDto implements Serializable { ...@@ -536,7 +547,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 城市 * 城市
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute1 * This field corresponds to the database column journal_entry.attribute1
...@@ -547,7 +558,7 @@ public class JournalEntryDto implements Serializable { ...@@ -547,7 +558,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 交易日期 * 交易日期
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute2 * This field corresponds to the database column journal_entry.attribute2
...@@ -558,7 +569,7 @@ public class JournalEntryDto implements Serializable { ...@@ -558,7 +569,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 对方银行账号 * 对方银行账号
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute3 * This field corresponds to the database column journal_entry.attribute3
...@@ -569,7 +580,7 @@ public class JournalEntryDto implements Serializable { ...@@ -569,7 +580,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 银行流水号 * 银行流水号
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute4 * This field corresponds to the database column journal_entry.attribute4
...@@ -580,7 +591,7 @@ public class JournalEntryDto implements Serializable { ...@@ -580,7 +591,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 供应商编号 * 供应商编号
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute5 * This field corresponds to the database column journal_entry.attribute5
...@@ -591,7 +602,7 @@ public class JournalEntryDto implements Serializable { ...@@ -591,7 +602,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 交易单号 * 交易单号
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute6 * This field corresponds to the database column journal_entry.attribute6
...@@ -602,7 +613,7 @@ public class JournalEntryDto implements Serializable { ...@@ -602,7 +613,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 供应商名称 * 供应商名称
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute7 * This field corresponds to the database column journal_entry.attribute7
...@@ -613,7 +624,7 @@ public class JournalEntryDto implements Serializable { ...@@ -613,7 +624,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 接收编码 * 接收编码
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute8 * This field corresponds to the database column journal_entry.attribute8
...@@ -624,7 +635,7 @@ public class JournalEntryDto implements Serializable { ...@@ -624,7 +635,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 制单人 * 制单人
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute9 * This field corresponds to the database column journal_entry.attribute9
...@@ -635,7 +646,7 @@ public class JournalEntryDto implements Serializable { ...@@ -635,7 +646,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 审核人 * 审核人
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute10 * This field corresponds to the database column journal_entry.attribute10
...@@ -646,7 +657,7 @@ public class JournalEntryDto implements Serializable { ...@@ -646,7 +657,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述1 * 成本中心部门描述1
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute11 * This field corresponds to the database column journal_entry.attribute11
...@@ -657,7 +668,7 @@ public class JournalEntryDto implements Serializable { ...@@ -657,7 +668,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述2 * 成本中心部门描述2
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute12 * This field corresponds to the database column journal_entry.attribute12
...@@ -668,7 +679,7 @@ public class JournalEntryDto implements Serializable { ...@@ -668,7 +679,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述3 * 成本中心部门描述3
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute13 * This field corresponds to the database column journal_entry.attribute13
...@@ -679,7 +690,7 @@ public class JournalEntryDto implements Serializable { ...@@ -679,7 +690,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述4 * 成本中心部门描述4
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute14 * This field corresponds to the database column journal_entry.attribute14
...@@ -690,7 +701,7 @@ public class JournalEntryDto implements Serializable { ...@@ -690,7 +701,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述5 * 成本中心部门描述5
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute15 * This field corresponds to the database column journal_entry.attribute15
...@@ -701,7 +712,7 @@ public class JournalEntryDto implements Serializable { ...@@ -701,7 +712,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 成本中心部门描述6 * 成本中心部门描述6
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.attribute16 * This field corresponds to the database column journal_entry.attribute16
...@@ -712,7 +723,7 @@ public class JournalEntryDto implements Serializable { ...@@ -712,7 +723,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建人 * 创建人
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.created_by * This field corresponds to the database column journal_entry.created_by
...@@ -723,7 +734,7 @@ public class JournalEntryDto implements Serializable { ...@@ -723,7 +734,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建日期 * 创建日期
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.created_date * This field corresponds to the database column journal_entry.created_date
...@@ -734,7 +745,7 @@ public class JournalEntryDto implements Serializable { ...@@ -734,7 +745,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 最后更新人 * 最后更新人
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.late_updated_by * This field corresponds to the database column journal_entry.late_updated_by
...@@ -745,7 +756,7 @@ public class JournalEntryDto implements Serializable { ...@@ -745,7 +756,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 最后更新日期 * 最后更新日期
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.late_updated_date * This field corresponds to the database column journal_entry.late_updated_date
...@@ -756,7 +767,7 @@ public class JournalEntryDto implements Serializable { ...@@ -756,7 +767,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 创建时间 * 创建时间
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.create_time * This field corresponds to the database column journal_entry.create_time
...@@ -767,7 +778,7 @@ public class JournalEntryDto implements Serializable { ...@@ -767,7 +778,7 @@ public class JournalEntryDto implements Serializable {
/** /**
* Database Column Remarks: * Database Column Remarks:
* 更新时间 * 更新时间
* *
* This field was generated by MyBatis Generator. * This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.update_time * This field corresponds to the database column journal_entry.update_time
...@@ -1096,6 +1107,30 @@ public class JournalEntryDto implements Serializable { ...@@ -1096,6 +1107,30 @@ public class JournalEntryDto implements Serializable {
this.postedStatus = postedStatus == null ? null : postedStatus.trim(); this.postedStatus = postedStatus == null ? null : postedStatus.trim();
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column journal_entry.tms_period
*
* @return the value of journal_entry.tms_period
*
* @mbg.generated
*/
public Integer getTmsPeriod() {
return tmsPeriod;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column journal_entry.tms_period
*
* @param tmsPeriod the value for journal_entry.tms_period
*
* @mbg.generated
*/
public void setTmsPeriod(Integer tmsPeriod) {
this.tmsPeriod = tmsPeriod;
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column journal_entry.period * This method returns the value of the database column journal_entry.period
...@@ -2465,6 +2500,7 @@ public class JournalEntryDto implements Serializable { ...@@ -2465,6 +2500,7 @@ public class JournalEntryDto implements Serializable {
sb.append(", lineNum=").append(lineNum); sb.append(", lineNum=").append(lineNum);
sb.append(", approvalStatus=").append(approvalStatus); sb.append(", approvalStatus=").append(approvalStatus);
sb.append(", postedStatus=").append(postedStatus); sb.append(", postedStatus=").append(postedStatus);
sb.append(", tmsPeriod=").append(tmsPeriod);
sb.append(", period=").append(period); sb.append(", period=").append(period);
sb.append(", accountingDate=").append(accountingDate); sb.append(", accountingDate=").append(accountingDate);
sb.append(", journalSource=").append(journalSource); sb.append(", journalSource=").append(journalSource);
......
...@@ -212,6 +212,9 @@ public class JournalEntryExportDto { ...@@ -212,6 +212,9 @@ public class JournalEntryExportDto {
@ExcelCell(index=64) @ExcelCell(index=64)
private Date lateUpdatedDate; private Date lateUpdatedDate;
@ExcelCell(index=65)
private Integer tmsPeriod;
private Date createTime; private Date createTime;
private Date updateTime; private Date updateTime;
......
...@@ -685,6 +685,7 @@ public class DataPreviewSerivceImpl extends BaseService { ...@@ -685,6 +685,7 @@ public class DataPreviewSerivceImpl extends BaseService {
header.put("CreatedDate","创建日期"); header.put("CreatedDate","创建日期");
header.put("LateUpdatedBy","最后更新人"); header.put("LateUpdatedBy","最后更新人");
header.put("LateUpdatedDate","最后更新日期"); header.put("LateUpdatedDate","最后更新日期");
header.put("tmsPeriod","税务系统期间");
return header; return header;
} }
......
...@@ -156,6 +156,17 @@ public class JournalEntry extends BaseEntity implements Serializable { ...@@ -156,6 +156,17 @@ public class JournalEntry extends BaseEntity implements Serializable {
*/ */
private String postedStatus; private String postedStatus;
/**
* Database Column Remarks:
* 税务系统期间 yyyyMM
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column journal_entry.tms_period
*
* @mbg.generated
*/
private Integer tmsPeriod;
/** /**
* Database Column Remarks: * Database Column Remarks:
* 会计期间 yyyymm * 会计期间 yyyymm
...@@ -221,15 +232,6 @@ public class JournalEntry extends BaseEntity implements Serializable { ...@@ -221,15 +232,6 @@ public class JournalEntry extends BaseEntity implements Serializable {
* @mbg.generated * @mbg.generated
*/ */
private String voucherNum; private String voucherNum;
private BigDecimal periodJrMinDr;
public BigDecimal getPeriodJrMinDr() {
return periodJrMinDr;
}
public void setPeriodJrMinDr(BigDecimal periodJrMinDr) {
this.periodJrMinDr = periodJrMinDr;
}
/** /**
* Database Column Remarks: * Database Column Remarks:
...@@ -1101,6 +1103,30 @@ public class JournalEntry extends BaseEntity implements Serializable { ...@@ -1101,6 +1103,30 @@ public class JournalEntry extends BaseEntity implements Serializable {
this.postedStatus = postedStatus == null ? null : postedStatus.trim(); this.postedStatus = postedStatus == null ? null : postedStatus.trim();
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column journal_entry.tms_period
*
* @return the value of journal_entry.tms_period
*
* @mbg.generated
*/
public Integer getTmsPeriod() {
return tmsPeriod;
}
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column journal_entry.tms_period
*
* @param tmsPeriod the value for journal_entry.tms_period
*
* @mbg.generated
*/
public void setTmsPeriod(Integer tmsPeriod) {
this.tmsPeriod = tmsPeriod;
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
* This method returns the value of the database column journal_entry.period * This method returns the value of the database column journal_entry.period
...@@ -2470,6 +2496,7 @@ public class JournalEntry extends BaseEntity implements Serializable { ...@@ -2470,6 +2496,7 @@ public class JournalEntry extends BaseEntity implements Serializable {
sb.append(", lineNum=").append(lineNum); sb.append(", lineNum=").append(lineNum);
sb.append(", approvalStatus=").append(approvalStatus); sb.append(", approvalStatus=").append(approvalStatus);
sb.append(", postedStatus=").append(postedStatus); sb.append(", postedStatus=").append(postedStatus);
sb.append(", tmsPeriod=").append(tmsPeriod);
sb.append(", period=").append(period); sb.append(", period=").append(period);
sb.append(", accountingDate=").append(accountingDate); sb.append(", accountingDate=").append(accountingDate);
sb.append(", journalSource=").append(journalSource); sb.append(", journalSource=").append(journalSource);
......
...@@ -1086,6 +1086,66 @@ public class JournalEntryExample { ...@@ -1086,6 +1086,66 @@ public class JournalEntryExample {
return (Criteria) this; return (Criteria) this;
} }
public Criteria andTmsPeriodIsNull() {
addCriterion("tms_period is null");
return (Criteria) this;
}
public Criteria andTmsPeriodIsNotNull() {
addCriterion("tms_period is not null");
return (Criteria) this;
}
public Criteria andTmsPeriodEqualTo(Integer value) {
addCriterion("tms_period =", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodNotEqualTo(Integer value) {
addCriterion("tms_period <>", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodGreaterThan(Integer value) {
addCriterion("tms_period >", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodGreaterThanOrEqualTo(Integer value) {
addCriterion("tms_period >=", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodLessThan(Integer value) {
addCriterion("tms_period <", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodLessThanOrEqualTo(Integer value) {
addCriterion("tms_period <=", value, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodIn(List<Integer> values) {
addCriterion("tms_period in", values, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodNotIn(List<Integer> values) {
addCriterion("tms_period not in", values, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodBetween(Integer value1, Integer value2) {
addCriterion("tms_period between", value1, value2, "tmsPeriod");
return (Criteria) this;
}
public Criteria andTmsPeriodNotBetween(Integer value1, Integer value2) {
addCriterion("tms_period not between", value1, value2, "tmsPeriod");
return (Criteria) this;
}
public Criteria andPeriodIsNull() { public Criteria andPeriodIsNull() {
addCriterion("period is null"); addCriterion("period is null");
return (Criteria) this; return (Criteria) this;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<result column="line_num" jdbcType="VARCHAR" property="lineNum" /> <result column="line_num" jdbcType="VARCHAR" property="lineNum" />
<result column="approval_status" jdbcType="VARCHAR" property="approvalStatus" /> <result column="approval_status" jdbcType="VARCHAR" property="approvalStatus" />
<result column="posted_status" jdbcType="VARCHAR" property="postedStatus" /> <result column="posted_status" jdbcType="VARCHAR" property="postedStatus" />
<result column="tms_period" jdbcType="INTEGER" property="tmsPeriod" />
<result column="period" jdbcType="INTEGER" property="period" /> <result column="period" jdbcType="INTEGER" property="period" />
<result column="accounting_date" jdbcType="TIMESTAMP" property="accountingDate" /> <result column="accounting_date" jdbcType="TIMESTAMP" property="accountingDate" />
<result column="journal_source" jdbcType="VARCHAR" property="journalSource" /> <result column="journal_source" jdbcType="VARCHAR" property="journalSource" />
...@@ -148,15 +149,16 @@ ...@@ -148,15 +149,16 @@
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
--> -->
id, organization_id, project_id, `date`, `source`, ledger_id, ledger_name, currency_code, id, organization_id, project_id, `date`, `source`, ledger_id, ledger_name, currency_code,
`status`, header_id, line_num, approval_status, posted_status, period, accounting_date, `status`, header_id, line_num, approval_status, posted_status, tms_period, period,
journal_source, category, `name`, voucher_num, description, segment1, segment2, segment3, accounting_date, journal_source, category, `name`, voucher_num, description, segment1,
segment4, segment5, segment6, segment7, segment8, segment9, segment10, segment1_name, segment2, segment3, segment4, segment5, segment6, segment7, segment8, segment9, segment10,
segment2_name, segment3_name, segment4_name, segment5_name, segment6_name, segment7_name, segment1_name, segment2_name, segment3_name, segment4_name, segment5_name, segment6_name,
segment8_name, segment9_name, segment10_name, journal_currency_code, sob_currency_code, segment7_name, segment8_name, segment9_name, segment10_name, journal_currency_code,
accounted_dr, accounted_cr, entered_dr, entered_cr, cf_item, attribute1, attribute2, sob_currency_code, accounted_dr, accounted_cr, entered_dr, entered_cr, cf_item, attribute1,
attribute3, attribute4, attribute5, attribute6, attribute7, attribute8, attribute9, attribute2, attribute3, attribute4, attribute5, attribute6, attribute7, attribute8,
attribute10, attribute11, attribute12, attribute13, attribute14, attribute15, attribute16, attribute9, attribute10, attribute11, attribute12, attribute13, attribute14, attribute15,
created_by, created_date, late_updated_by, late_updated_date, create_time, update_time attribute16, created_by, created_date, late_updated_by, late_updated_date, create_time,
update_time
</sql> </sql>
<select id="selectByExample" parameterType="pwc.taxtech.atms.vat.entity.JournalEntryExample" resultMap="BaseResultMap"> <select id="selectByExample" parameterType="pwc.taxtech.atms.vat.entity.JournalEntryExample" resultMap="BaseResultMap">
<!-- <!--
...@@ -213,50 +215,50 @@ ...@@ -213,50 +215,50 @@
`date`, `source`, ledger_id, `date`, `source`, ledger_id,
ledger_name, currency_code, `status`, ledger_name, currency_code, `status`,
header_id, line_num, approval_status, header_id, line_num, approval_status,
posted_status, period, accounting_date, posted_status, tms_period, period,
journal_source, category, `name`, accounting_date, journal_source, category,
voucher_num, description, segment1, `name`, voucher_num, description,
segment2, segment3, segment4, segment1, segment2, segment3,
segment5, segment6, segment7, segment4, segment5, segment6,
segment8, segment9, segment10, segment7, segment8, segment9,
segment1_name, segment2_name, segment3_name, segment10, segment1_name, segment2_name,
segment4_name, segment5_name, segment6_name, segment3_name, segment4_name, segment5_name,
segment7_name, segment8_name, segment9_name, segment6_name, segment7_name, segment8_name,
segment10_name, journal_currency_code, sob_currency_code, segment9_name, segment10_name, journal_currency_code,
accounted_dr, accounted_cr, entered_dr, sob_currency_code, accounted_dr, accounted_cr,
entered_cr, cf_item, attribute1, entered_dr, entered_cr, cf_item,
attribute2, attribute3, attribute4, attribute1, attribute2, attribute3,
attribute5, attribute6, attribute7, attribute4, attribute5, attribute6,
attribute8, attribute9, attribute10, attribute7, attribute8, attribute9,
attribute11, attribute12, attribute13, attribute10, attribute11, attribute12,
attribute14, attribute15, attribute16, attribute13, attribute14, attribute15,
created_by, created_date, late_updated_by, attribute16, created_by, created_date,
late_updated_date, create_time, update_time late_updated_by, late_updated_date, create_time,
) update_time)
values (#{id,jdbcType=BIGINT}, #{organizationId,jdbcType=VARCHAR}, #{projectId,jdbcType=VARCHAR}, values (#{id,jdbcType=BIGINT}, #{organizationId,jdbcType=VARCHAR}, #{projectId,jdbcType=VARCHAR},
#{date,jdbcType=TIMESTAMP}, #{source,jdbcType=VARCHAR}, #{ledgerId,jdbcType=VARCHAR}, #{date,jdbcType=TIMESTAMP}, #{source,jdbcType=VARCHAR}, #{ledgerId,jdbcType=VARCHAR},
#{ledgerName,jdbcType=VARCHAR}, #{currencyCode,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR}, #{ledgerName,jdbcType=VARCHAR}, #{currencyCode,jdbcType=VARCHAR}, #{status,jdbcType=VARCHAR},
#{headerId,jdbcType=VARCHAR}, #{lineNum,jdbcType=VARCHAR}, #{approvalStatus,jdbcType=VARCHAR}, #{headerId,jdbcType=VARCHAR}, #{lineNum,jdbcType=VARCHAR}, #{approvalStatus,jdbcType=VARCHAR},
#{postedStatus,jdbcType=VARCHAR}, #{period,jdbcType=INTEGER}, #{accountingDate,jdbcType=TIMESTAMP}, #{postedStatus,jdbcType=VARCHAR}, #{tmsPeriod,jdbcType=INTEGER}, #{period,jdbcType=INTEGER},
#{journalSource,jdbcType=VARCHAR}, #{category,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{accountingDate,jdbcType=TIMESTAMP}, #{journalSource,jdbcType=VARCHAR}, #{category,jdbcType=VARCHAR},
#{voucherNum,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{segment1,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{voucherNum,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR},
#{segment2,jdbcType=VARCHAR}, #{segment3,jdbcType=VARCHAR}, #{segment4,jdbcType=VARCHAR}, #{segment1,jdbcType=VARCHAR}, #{segment2,jdbcType=VARCHAR}, #{segment3,jdbcType=VARCHAR},
#{segment5,jdbcType=VARCHAR}, #{segment6,jdbcType=VARCHAR}, #{segment7,jdbcType=VARCHAR}, #{segment4,jdbcType=VARCHAR}, #{segment5,jdbcType=VARCHAR}, #{segment6,jdbcType=VARCHAR},
#{segment8,jdbcType=VARCHAR}, #{segment9,jdbcType=VARCHAR}, #{segment10,jdbcType=VARCHAR}, #{segment7,jdbcType=VARCHAR}, #{segment8,jdbcType=VARCHAR}, #{segment9,jdbcType=VARCHAR},
#{segment1Name,jdbcType=VARCHAR}, #{segment2Name,jdbcType=VARCHAR}, #{segment3Name,jdbcType=VARCHAR}, #{segment10,jdbcType=VARCHAR}, #{segment1Name,jdbcType=VARCHAR}, #{segment2Name,jdbcType=VARCHAR},
#{segment4Name,jdbcType=VARCHAR}, #{segment5Name,jdbcType=VARCHAR}, #{segment6Name,jdbcType=VARCHAR}, #{segment3Name,jdbcType=VARCHAR}, #{segment4Name,jdbcType=VARCHAR}, #{segment5Name,jdbcType=VARCHAR},
#{segment7Name,jdbcType=VARCHAR}, #{segment8Name,jdbcType=VARCHAR}, #{segment9Name,jdbcType=VARCHAR}, #{segment6Name,jdbcType=VARCHAR}, #{segment7Name,jdbcType=VARCHAR}, #{segment8Name,jdbcType=VARCHAR},
#{segment10Name,jdbcType=VARCHAR}, #{journalCurrencyCode,jdbcType=VARCHAR}, #{sobCurrencyCode,jdbcType=VARCHAR}, #{segment9Name,jdbcType=VARCHAR}, #{segment10Name,jdbcType=VARCHAR}, #{journalCurrencyCode,jdbcType=VARCHAR},
#{accountedDr,jdbcType=DECIMAL}, #{accountedCr,jdbcType=DECIMAL}, #{enteredDr,jdbcType=DECIMAL}, #{sobCurrencyCode,jdbcType=VARCHAR}, #{accountedDr,jdbcType=DECIMAL}, #{accountedCr,jdbcType=DECIMAL},
#{enteredCr,jdbcType=DECIMAL}, #{cfItem,jdbcType=VARCHAR}, #{attribute1,jdbcType=VARCHAR}, #{enteredDr,jdbcType=DECIMAL}, #{enteredCr,jdbcType=DECIMAL}, #{cfItem,jdbcType=VARCHAR},
#{attribute2,jdbcType=TIMESTAMP}, #{attribute3,jdbcType=VARCHAR}, #{attribute4,jdbcType=VARCHAR}, #{attribute1,jdbcType=VARCHAR}, #{attribute2,jdbcType=TIMESTAMP}, #{attribute3,jdbcType=VARCHAR},
#{attribute5,jdbcType=VARCHAR}, #{attribute6,jdbcType=VARCHAR}, #{attribute7,jdbcType=VARCHAR}, #{attribute4,jdbcType=VARCHAR}, #{attribute5,jdbcType=VARCHAR}, #{attribute6,jdbcType=VARCHAR},
#{attribute8,jdbcType=VARCHAR}, #{attribute9,jdbcType=VARCHAR}, #{attribute10,jdbcType=VARCHAR}, #{attribute7,jdbcType=VARCHAR}, #{attribute8,jdbcType=VARCHAR}, #{attribute9,jdbcType=VARCHAR},
#{attribute11,jdbcType=VARCHAR}, #{attribute12,jdbcType=VARCHAR}, #{attribute13,jdbcType=VARCHAR}, #{attribute10,jdbcType=VARCHAR}, #{attribute11,jdbcType=VARCHAR}, #{attribute12,jdbcType=VARCHAR},
#{attribute14,jdbcType=VARCHAR}, #{attribute15,jdbcType=VARCHAR}, #{attribute16,jdbcType=VARCHAR}, #{attribute13,jdbcType=VARCHAR}, #{attribute14,jdbcType=VARCHAR}, #{attribute15,jdbcType=VARCHAR},
#{createdBy,jdbcType=VARCHAR}, #{createdDate,jdbcType=TIMESTAMP}, #{lateUpdatedBy,jdbcType=VARCHAR}, #{attribute16,jdbcType=VARCHAR}, #{createdBy,jdbcType=VARCHAR}, #{createdDate,jdbcType=TIMESTAMP},
#{lateUpdatedDate,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP} #{lateUpdatedBy,jdbcType=VARCHAR}, #{lateUpdatedDate,jdbcType=TIMESTAMP}, #{createTime,jdbcType=TIMESTAMP},
) #{updateTime,jdbcType=TIMESTAMP})
</insert> </insert>
<insert id="insertSelective" parameterType="pwc.taxtech.atms.vat.entity.JournalEntry"> <insert id="insertSelective" parameterType="pwc.taxtech.atms.vat.entity.JournalEntry">
<!-- <!--
...@@ -304,6 +306,9 @@ ...@@ -304,6 +306,9 @@
<if test="postedStatus != null"> <if test="postedStatus != null">
posted_status, posted_status,
</if> </if>
<if test="tmsPeriod != null">
tms_period,
</if>
<if test="period != null"> <if test="period != null">
period, period,
</if> </if>
...@@ -513,6 +518,9 @@ ...@@ -513,6 +518,9 @@
<if test="postedStatus != null"> <if test="postedStatus != null">
#{postedStatus,jdbcType=VARCHAR}, #{postedStatus,jdbcType=VARCHAR},
</if> </if>
<if test="tmsPeriod != null">
#{tmsPeriod,jdbcType=INTEGER},
</if>
<if test="period != null"> <if test="period != null">
#{period,jdbcType=INTEGER}, #{period,jdbcType=INTEGER},
</if> </if>
...@@ -739,6 +747,9 @@ ...@@ -739,6 +747,9 @@
<if test="record.postedStatus != null"> <if test="record.postedStatus != null">
posted_status = #{record.postedStatus,jdbcType=VARCHAR}, posted_status = #{record.postedStatus,jdbcType=VARCHAR},
</if> </if>
<if test="record.tmsPeriod != null">
tms_period = #{record.tmsPeriod,jdbcType=INTEGER},
</if>
<if test="record.period != null"> <if test="record.period != null">
period = #{record.period,jdbcType=INTEGER}, period = #{record.period,jdbcType=INTEGER},
</if> </if>
...@@ -931,6 +942,7 @@ ...@@ -931,6 +942,7 @@
line_num = #{record.lineNum,jdbcType=VARCHAR}, line_num = #{record.lineNum,jdbcType=VARCHAR},
approval_status = #{record.approvalStatus,jdbcType=VARCHAR}, approval_status = #{record.approvalStatus,jdbcType=VARCHAR},
posted_status = #{record.postedStatus,jdbcType=VARCHAR}, posted_status = #{record.postedStatus,jdbcType=VARCHAR},
tms_period = #{record.tmsPeriod,jdbcType=INTEGER},
period = #{record.period,jdbcType=INTEGER}, period = #{record.period,jdbcType=INTEGER},
accounting_date = #{record.accountingDate,jdbcType=TIMESTAMP}, accounting_date = #{record.accountingDate,jdbcType=TIMESTAMP},
journal_source = #{record.journalSource,jdbcType=VARCHAR}, journal_source = #{record.journalSource,jdbcType=VARCHAR},
...@@ -1034,6 +1046,9 @@ ...@@ -1034,6 +1046,9 @@
<if test="postedStatus != null"> <if test="postedStatus != null">
posted_status = #{postedStatus,jdbcType=VARCHAR}, posted_status = #{postedStatus,jdbcType=VARCHAR},
</if> </if>
<if test="tmsPeriod != null">
tms_period = #{tmsPeriod,jdbcType=INTEGER},
</if>
<if test="period != null"> <if test="period != null">
period = #{period,jdbcType=INTEGER}, period = #{period,jdbcType=INTEGER},
</if> </if>
...@@ -1223,6 +1238,7 @@ ...@@ -1223,6 +1238,7 @@
line_num = #{lineNum,jdbcType=VARCHAR}, line_num = #{lineNum,jdbcType=VARCHAR},
approval_status = #{approvalStatus,jdbcType=VARCHAR}, approval_status = #{approvalStatus,jdbcType=VARCHAR},
posted_status = #{postedStatus,jdbcType=VARCHAR}, posted_status = #{postedStatus,jdbcType=VARCHAR},
tms_period = #{tmsPeriod,jdbcType=INTEGER},
period = #{period,jdbcType=INTEGER}, period = #{period,jdbcType=INTEGER},
accounting_date = #{accountingDate,jdbcType=TIMESTAMP}, accounting_date = #{accountingDate,jdbcType=TIMESTAMP},
journal_source = #{journalSource,jdbcType=VARCHAR}, journal_source = #{journalSource,jdbcType=VARCHAR},
...@@ -1300,7 +1316,7 @@ ...@@ -1300,7 +1316,7 @@
</if> </if>
</select> </select>
<select id ="selectNowAdjustData" parameterType="java.util.Map" resultType="pwc.taxtech.atms.vat.entity.JournalEntry"> <select id="selectNowAdjustData" parameterType="java.util.Map" resultType="pwc.taxtech.atms.vat.entity.JournalEntry">
SELECT SELECT
max(t.entered_dr - t.entered_cr) as periodJrMinDr, max(t.entered_dr - t.entered_cr) as periodJrMinDr,
max(t.period), max(t.period),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment