ref 单商户前端移植

This commit is contained in:
bootx
2024-10-05 22:12:52 +08:00
parent a9374cf191
commit 096ec5b37b
60 changed files with 147 additions and 2599 deletions

2
types/web.d.ts vendored
View File

@@ -34,8 +34,6 @@ export interface BaseEntity {
* 商户应用基础实体对象
*/
export interface MchEntity extends BaseEntity {
// 商户号
mchNo?: string
// 应用号
appId?: string
}