mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 17:48:32 +08:00
13 lines
214 B
TypeScript
13 lines
214 B
TypeScript
export default {
|
|
'id': '302002',
|
|
'name': '用例',
|
|
'code': 'case',
|
|
'desc': 'UML的用例图-用例',
|
|
'from': '100006',
|
|
'icon': 'toolbox-shape-circle',
|
|
'define': {
|
|
width: 110,
|
|
height: 70
|
|
}
|
|
}
|