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

7 lines
90 B
TypeScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
export interface ISku {
2024-08-21 01:17:14 +00:00
id?: number
name: string
status: string
2024-08-20 12:11:31 +00:00
content: string
}