mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
15 lines
203 B
TypeScript
15 lines
203 B
TypeScript
export default {
|
|
'id': '307003',
|
|
'name': '活动类',
|
|
'code': 'cls',
|
|
'desc': 'UML的活动类节点',
|
|
'from': '102040',
|
|
|
|
'define': {
|
|
width: 180,
|
|
height: 115,
|
|
text: "Class"
|
|
}
|
|
|
|
}
|