mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
feat 微信支付宝支付配置管理
This commit is contained in:
8
types/web.d.ts
vendored
8
types/web.d.ts
vendored
@@ -30,6 +30,14 @@ export interface BaseEntity {
|
||||
createTime?: string | null
|
||||
}
|
||||
|
||||
/**
|
||||
* 商户应用基础实体对象
|
||||
*/
|
||||
export interface MchEntity extends BaseEntity {
|
||||
mchNo?: string
|
||||
appId?: string
|
||||
}
|
||||
|
||||
/**
|
||||
* 键值对对象
|
||||
*/
|
||||
|
Reference in New Issue
Block a user