|
@@ -104,7 +104,7 @@ const
|
|
|
|
|
|
{헌데鑒앴 -- 憩瑯긍서썹충}
|
|
|
SBills = 'Bills';
|
|
|
- tdBills: array [0..85] of TScFieldDef =(
|
|
|
+ tdBills: array [0..86] 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),
|
|
@@ -126,9 +126,11 @@ 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: '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),
|
|
|
//
|
|
|
- (FieldName: 'NodeLevel'; FieldType: ftInteger; size: 0; Precision: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
+ (FieldName: 'B_CodeChapter'; 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),
|