fix(system): 修改租户类型定义中的字段命名将 mchtcode 字段重命名为 mchtCode

This commit is contained in:
huk 2025-09-25 09:44:56 +08:00
parent c90d2496c4
commit ffab7a3b06

View File

@ -41,7 +41,7 @@ export interface TenantForm {
username: string; username: string;
joinTime: string; joinTime: string;
type: number; type: number;
mchtcode: string; mchtCode: string;
templateName: string; templateName: string;
password: string; password: string;
otherAttachment: string; otherAttachment: string;