appbase/models/svgicon.json

25 lines
459 B
JSON

{
"summary": [
{
"name": "svgicon",
"title": "图标",
"primary": [
"id"
],
"catelog": "entity"
}
],
"fields": [
{
"name": "id",
"title": "id",
"type": "str",
"length": 32
},
{
"name": "icon",
"title": "svg内容",
"type": "text"
}
]
}