|
|
|
@@ -74,7 +74,7 @@ public class WxMerchantSubsidy extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="线上补贴额/实收补贴额(通道费扣除)",name="realSubsidy") |
|
|
|
private Integer realSubsidy; |
|
|
|
|
|
|
|
@Excel(name = "结算状态", width = 20, orderNum = "7", replace = {"未结算_0", "已结算_1", "已结算_2"}) |
|
|
|
@Excel(name = "结算状态", width = 20, orderNum = "7", replace = {"未结算_0", "已结算_1", "已结算_2", " _-1"}) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="状态(0:未补贴, 1:已补贴, 2:已手工补贴)",name="status") |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
|