CS_BankCheckAccount 数据库表名:银行对账DTO

字段名称 字段说明 字段长度 字段类型 是否唯一
ID 主键 -1 ID 0
Code 编号 30 String 0
Name 名称 200 String 0
SourceDate 日期 -1 DateTime 0
Summary 摘要 1024 String 0
BillNumber 票号 50 String 0
OrigAmountDr 借方 -1 Decimal 0
OrigAmountCr 贷方 -1 Decimal 0
Origbalance 余额 -1 Decimal 0
TickState 勾对状态 -1 Enum 0
TickCode 勾对号 50 String 0
TickDate 勾对日期 -1 DateTime 0
VoucherID 单据ID -1 ID 0
VoucherDetailID 单据明细ID -1 ID 0
BillDate 票据日期 -1 DateTime 0
CreatedTime CreatedTime -1 DateTime 0
SequenceNumber 顺序号 -1 Int 0
Ts 分布时间戳 -1 TimeStamp 0
Updated 更新时间 32 DateTime 0
UpdatedBy 更新者 32 String 0
idsettleStyle idsettleStyle 0 ID 0
SettleStyle SettleStyle 0 DTO 0
idbankAccount idbankAccount 0 ID 0
BankAccount BankAccount 0 DTO 0
idsourceVoucherBusiType idsourceVoucherBusiType 0 ID 0
SourceVoucherBusiType SourceVoucherBusiType 0 DTO 0