export interface ISku { id?: number name: string status: string content: string }