mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 08:25:10 +08:00
add 模型设计的types
This commit is contained in:
parent
a3d425d372
commit
251dd33cbf
10
src/api/workflow/model/types.ts
Normal file
10
src/api/workflow/model/types.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export interface ModelForm {
|
||||
name: string;
|
||||
key: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface ModelQuery extends PageQuery {
|
||||
name: string;
|
||||
key: string;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user