优化小程序菜单管理功能

This commit is contained in:
gxwebsoft
2024-06-03 10:59:02 +08:00
parent e3fb9ba283
commit 62bd0f7e36
16 changed files with 1282 additions and 56 deletions

View File

@@ -8,6 +8,8 @@ export interface Payment {
id?: number;
// 支付方式
name?: string;
// 支付类型
type?: number;
// 标识
code?: string;
// 支付图标