AA_AccountAssociation 数据库表名:科目对照关系DTO

字段名称 字段说明 字段长度 字段类型 是否唯一
ID 主键 -1 ID 0
Code 编号 30 String 0
Name 名称 200 String 0
CurrentAccountingYear 本年年度 -1 Int 0
CreatedTime 创建时间 -1 DateTime 0
SequenceNumber 顺序号 -1 Int 0
Ts 分布时间戳 -1 TimeStamp 0
Updated 更新时间 32 DateTime 0
UpdatedBy 更新者 32 String 0
idcurrentAccountDTO 本年科目ID 0 ID 0
CurrentAccountDTO 本年科目 0 DTO 0
idpreAccountDTO 上年科目ID 0 ID 0
PreAccountDTO 上年科目 0 DTO 0
PreAccountingYear 上年年度 -1 Int 0