diff --git a/src/utils/pinia/stores/lowCode/entry.ts b/src/utils/pinia/stores/lowCode/entry.ts index e69de29..9c42122 100644 --- a/src/utils/pinia/stores/lowCode/entry.ts +++ b/src/utils/pinia/stores/lowCode/entry.ts @@ -0,0 +1,5 @@ +export interface formTableInfo{ + size?: any; + name?:any, + formName?:any +} \ No newline at end of file