新增:商户入驻申请

This commit is contained in:
2024-09-09 01:14:20 +08:00
parent a677b9b094
commit a1a0b360b0
4 changed files with 101 additions and 94 deletions

View File

@@ -14,6 +14,8 @@ export interface MerchantApply {
phone?: string;
// 商户姓名
realName?: string;
// 工作人员名称
name2?: string;
// 店铺类型
shopType?: string;
// 商户分类
@@ -32,6 +34,7 @@ export interface MerchantApply {
goodsReview?: number;
// 备注
comments?: string;
reason?: string;
// 状态
status?: number;
// 排序号