@@ -64,4 +64,5 @@ export interface IBillGuideItem extends ITreeScm {
name: string;
type: BillGuideItemType;
rationID?: number;
+ select?: boolean;
}