适配多商户

This commit is contained in:
gxwebsoft
2024-05-24 14:53:29 +08:00
parent 757822f3ba
commit dea6ae1c23
23 changed files with 1167 additions and 315 deletions

View File

@@ -65,7 +65,9 @@ export interface Merchant {
roleId?: number;
roleName?: string;
label?: string;
value?: string;
value?: number;
key?: number;
title?: string;
}
/**