优化小程序菜单管理功能

This commit is contained in:
gxwebsoft
2024-06-01 02:45:33 +08:00
parent 4bae8599e1
commit e3fb9ba283
36 changed files with 2161 additions and 430 deletions

View File

@@ -17,6 +17,8 @@ export interface Merchant {
realName?: string;
// 店铺类型
shopType?: string;
// 项目类型
itemType?: string;
// 商户分类
category?: string;
// 商户坐标
@@ -75,5 +77,7 @@ export interface Merchant {
*/
export interface MerchantParam extends PageParam {
merchantId?: number;
merchantIds?: string;
merchantCodes?: string;
keywords?: string;
}

View File

@@ -7,6 +7,10 @@ import { OrderInfo } from '@/api/shop/orderInfo/model';
export interface Order {
// 订单号
orderId?: number;
// 订单类型
type?: number;
// 下单渠道
channel?: number;
// 订单编号
orderNo?: string;
// 微信支付订单号