新增:商户入驻申请
This commit is contained in:
@@ -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;
|
||||
// 排序号
|
||||
|
||||
Reference in New Issue
Block a user