新增:商户入驻申请

This commit is contained in:
2024-09-10 12:19:37 +08:00
parent a1a0b360b0
commit 0068553e35
6 changed files with 46 additions and 19 deletions

View File

@@ -34,6 +34,7 @@ export interface MerchantApply {
goodsReview?: number;
// 备注
comments?: string;
userId?: number;
reason?: string;
// 状态
status?: number;