From bad87b8fc7d1a4c24a6ca5eea0f52677e5ae2721 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 13 Jan 2026 09:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/pinia/stores/lowCode/entry.ts | 5 +++++ 1 file changed, 5 insertions(+) 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