|
@@ -104,7 +104,7 @@ const
|
|
|
|
|
|
{헌데鑒앴 -- 憩瑯긍서썹충}
|
|
|
SBills = 'Bills';
|
|
|
- tdBills: array [0..84] of TScFieldDef =(
|
|
|
+ tdBills: array [0..85] of TScFieldDef =(
|
|
|
(FieldName: 'ID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: True; ForceUpdate: False),
|
|
|
(FieldName: 'ParentID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
|
(FieldName: 'NextSiblingID'; FieldType: ftInteger; Size: 0; Precision: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
@@ -127,6 +127,8 @@ const
|
|
|
(FieldName: 'IndexCode'; FieldType: ftString; Size: 50; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// 覽섬만淃ID
|
|
|
(FieldName: 'ChapterParentID'; FieldType: ftInteger; size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ //
|
|
|
+ (FieldName: 'NodeLevel'; FieldType: ftInteger; size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
// --------- End 괩깊淚痰 -------
|
|
|
(FieldName: 'Code'; FieldType: ftString; Size: 50; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
(FieldName: 'B_Code'; FieldType: ftString; Size: 50; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|