|
|
|
@@ -60,7 +60,7 @@ public class WxMerchantReceiverApplyVo extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="申请状态描述",name="applymentStateDesc") |
|
|
|
private String applymentStateDesc; |
|
|
|
|
|
|
|
@Excel(name="功能开通状态",width = 20,orderNum = "10",replace = {"开通中_1", "未开通_0", "已开通_2"}) |
|
|
|
@Excel(name="功能开通状态",width = 20,orderNum = "10",replace = {"开通中_1", "未开通_0", "开通完成_2"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="EnumSharingReceiverApplyFunctionStatus 功能开通状态",name="functionState") |
|
|
|
private Integer functionState; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="功能开通状态描述",name="functionStateDesc") |
|
|
|
|