export declare enum SItemStatus { Normal = 0, Edit = 1, Create = 2 }