优化小程序菜单管理功能
This commit is contained in:
@@ -8,6 +8,8 @@ export interface Payment {
|
||||
id?: number;
|
||||
// 支付方式
|
||||
name?: string;
|
||||
// 支付类型
|
||||
type?: number;
|
||||
// 标识
|
||||
code?: string;
|
||||
// 支付图标
|
||||
|
||||
Reference in New Issue
Block a user