This website requires JavaScript.
Explore
Help
Register
Sign In
iidi
/
cmc-web
Watch
2
Star
0
Fork
You've already forked cmc-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cca73a0672
cmc-web
/
webs
/
cop-web
/
src
/
models
/
sku.d.ts
7 lines
90 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit all
2024-08-20 12:11:31 +00:00
export
interface
ISku
{
style: 格式化代码
2024-08-21 01:17:14 +00:00
id?
:
number
name
:
string
status
:
string
Initial commit all
2024-08-20 12:11:31 +00:00
content
:
string
}