From 477580342700b1f81857b53e01b64a322b59a0a5 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail> Date: 星期二, 18 四月 2023 23:44:54 +0800 Subject: [PATCH] 优化 样式 --- src/types/global.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/types/global.d.ts b/src/types/global.d.ts index 2083d4b..5a972a3 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -57,6 +57,7 @@ interface BaseEntity { createBy?: any; + createDept?: any; createTime?: string; updateBy?: any; updateTime?: any; -- Gitblit v1.9.3