fix(system): 修改租户类型定义中的字段命名将 mchtcode
字段重命名为 mchtCode
This commit is contained in:
parent
c90d2496c4
commit
ffab7a3b06
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user