|
|
|
@@ -45,20 +45,6 @@ public class WxProfitSharingReceiver extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="平台 EnumAppPlat",name="plat") |
|
|
|
private Integer plat; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="分账金额(分)",name="sharingAmount") |
|
|
|
private Integer sharingAmount; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="真实费率",name="rateAmount") |
|
|
|
private Integer rateAmount; |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer realRateAmount;//平台手续费 |
|
|
|
@TableField(exist = false) |
|
|
|
private Integer commissionAmount;//平台佣金 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "0,不使用 1,使用", name = "isUse") |
|
|
|
private Integer isUse; |
|
|
|
|
|
|
|
|