科目对照关系DTO
科目年度对照关系,用户可以自定义的;本年度科目和所有的以前科目,只有有关系的,都有一行记录,避免的递归算法
Column Name | Description | Datatype | Length | Allow Nulls | |
---|---|---|---|---|---|
ts (T+12.1) | 分布时间戳 | timestamp | 8 | False | |
idpreaccountDTO (T+12.1) | 上年科目ID | int | 4 | True | |
currentaccountingyear (T+12.1) | 本年年度 | int | 4 | True | |
id (T+12.1) | 主键 | int | 4 | False | |
idcurrentaccountDTO (T+12.1) | 本年科目ID | int | 4 | True | |
preaccountingyear (T+12.1) | 上年年度 | int | 4 | True |
Copyright 2016 Chanjet Inc.