From ffab7a3b066d9ee338720d82ed5690c3462660d5 Mon Sep 17 00:00:00 2001 From: huk Date: Thu, 25 Sep 2025 09:44:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(system):=20=E4=BF=AE=E6=94=B9=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=91=BD=E5=90=8D=E5=B0=86=20`mchtcode`=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20`mchtC?= =?UTF-8?q?ode`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/tenant/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/tenant/types.ts b/src/api/system/tenant/types.ts index f5628ef..e17414d 100644 --- a/src/api/system/tenant/types.ts +++ b/src/api/system/tenant/types.ts @@ -41,7 +41,7 @@ export interface TenantForm { username: string; joinTime: string; type: number; - mchtcode: string; + mchtCode: string; templateName: string; password: string; otherAttachment: string;