gl_contrastcheck(内部交易对账检查结果) |
序号 |
字段名 |
中文名 |
数据类型 |
是否主键 |
可空 |
1 | subjpair | 科目对 | char | Y | N |
2 | pk_selfaccountingbook | 本方核算账簿 | varchar | | |
3 | selfquantity | 本方数量 | int | | |
4 | selfamount | 本方原币 | decimal | | |
5 | selforgamount | 本方组织本币 | decimal | | |
6 | selfgroupamount | 本方集团本币 | decimal | | |
7 | selfglobalamount | 本方全局本币 | decimal | | |
8 | pk_othaccountingbook | 对方核算账簿 | varchar | | |
9 | oth_quantity | 对方数量 | int | | |
10 | oth_amount | 对方原币 | decimal | | |
11 | oth_orgamount | 对方组织本币 | decimal | | |
12 | oth_groupamount | 对方集团本币 | decimal | | |
13 | oth_globalamount | 对方全局本币 | decimal | | |
14 | balance_quantiy | 差额数量 | int | | |
15 | balance_amount | 差额原币 | decimal | | |
16 | balance_orgamount | 差额组织本币 | decimal | | |
17 | balance_groupamount | 差额集团本币 | decimal | | |
18 | balance_globalamount | 差额全局本币 | decimal | | |
19 | checkresult | 检查结果 | varchar | | |
结束 |
zheng