cmc-web/webs/cop-web/src/models/sku.d.ts

7 lines
90 B
TypeScript

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