|
|
|
@@ -53,7 +53,7 @@ public class WxMerchantReceiverApplyVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="微信支付申请单号",name="applymentId") |
|
|
|
private String applymentId; |
|
|
|
@Excel(name="进件状态",width = 20,orderNum = "8",replace = {"编辑中_1", "提交审核成功_11", "资料效验中_2", "审核中_3", "已驳回_4", |
|
|
|
"待账户验证_5", "待签约_6", "功能开通中_7", "完成_8", "已冻结_9", "已作废_10"}) |
|
|
|
"待账户验证_5", "待签约_6", "功能开通中_7", "已完成_8", "已冻结_9", "已作废_10"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="EnumSharingReceiverApplymentState 申请状态",name="applymentState") |
|
|
|
private Integer applymentState; |
|
|
|
@Excel(name="进件状态描述",width = 20,orderNum = "9") |
|
|
|
|