|
|
@ -52,6 +52,10 @@ public class ShopDealerApplyParam extends BaseParam { |
|
|
|
@QueryField(type = QueryType.EQ) |
|
|
|
private String applyTime; |
|
|
|
|
|
|
|
@Schema(description = "到期时间") |
|
|
|
@QueryField(type = QueryType.EQ) |
|
|
|
private String expirationTime; |
|
|
|
|
|
|
|
@Schema(description = "审核状态 (10待审核 20审核通过 30驳回)") |
|
|
|
@QueryField(type = QueryType.EQ) |
|
|
|
private Integer applyStatus; |
|
|
@ -63,4 +67,8 @@ public class ShopDealerApplyParam extends BaseParam { |
|
|
|
@Schema(description = "驳回原因") |
|
|
|
private String rejectReason; |
|
|
|
|
|
|
|
@Schema(description = "分销商名称") |
|
|
|
@QueryField(type = QueryType.EQ) |
|
|
|
private String dealerName; |
|
|
|
|
|
|
|
} |
|
|
|