优化小程序菜单管理功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,10 @@ import { OrderInfo } from '@/api/shop/orderInfo/model';
|
||||
export interface Order {
|
||||
// 订单号
|
||||
orderId?: number;
|
||||
// 订单类型
|
||||
type?: number;
|
||||
// 下单渠道
|
||||
channel?: number;
|
||||
// 订单编号
|
||||
orderNo?: string;
|
||||
// 微信支付订单号
|
||||
|
||||
Reference in New Issue
Block a user