fix(system): 修改租户类型定义中的字段命名将 mchtcode
字段重命名为 mchtCode
This commit is contained in:
parent
c90d2496c4
commit
ffab7a3b06
@ -41,7 +41,7 @@ export interface TenantForm {
|
||||
username: string;
|
||||
joinTime: string;
|
||||
type: number;
|
||||
mchtcode: string;
|
||||
mchtCode: string;
|
||||
templateName: string;
|
||||
password: string;
|
||||
otherAttachment: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user