Commit 3cd6d62b by 吴一龙

StudioAxfApplyVO fix state use String

parent e73fa677
package com.jiejing.fitness.finance.api.axf.vo;
import com.jiejing.fitness.finance.api.axf.enums.AxfStateEnums;
import com.jiejing.paycenter.common.enums.merchant.CompanyTypeEnums;
import com.jiejing.paycenter.common.enums.merchant.ExpireTypeEnums;
import com.jiejing.paycenter.common.enums.merchant.LicenseTypeEnums;
import io.swagger.annotations.ApiModel;
......@@ -42,10 +40,10 @@ public class StudioAxfApplyVO {
private String shortName;
@ApiModelProperty(value = "企业类型")
private CompanyTypeEnums companyType;
private String companyType;
@ApiModelProperty(value = "开通状态:+ INIT: 初始+ AXF_PROCESS: 安心付开通中+ AXF_SUCCESS: 安心付开通成功+ STORE_PROCESS: 门店开通中+ STORE_SUCCESS: 门店开通成功")
private AxfStateEnums state;
private String state;
@ApiModelProperty(value = "结算账户号")
private String cardNo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment