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;