This commit is contained in:
dute7liang
2023-12-27 22:46:42 +08:00
parent c90ffdbef5
commit 1b9f048e0f

View File

@@ -82,6 +82,7 @@ public class CaiConsumeLog implements Serializable {
* 接收方用户
*/
private String targetPhone;
private BigDecimal targetRate;
/**
* 一级分销方
*/
@@ -97,31 +98,27 @@ public class CaiConsumeLog implements Serializable {
/**
* 一级分销方抽成比例
*/
private Integer oneRate;
private BigDecimal oneRate;
/**
* 是否为工会管理员 0=否 1=是
*/
private Integer oneIsUnion;
/**
* 二级分销方
* 工会提成
*/
private Integer twoUserId;
private Integer unionUserId;
/**
* 二级分销方
* 工会提成
*/
private String twoUsercode;
private String unionUsercode;
/**
* 二级分销方
* 工会提成
*/
private String twoPhone;
private String unionPhone;
/**
* 二级分销方抽成比例
* 工会提成抽成比例
*/
private Integer twoRate;
/**
* 是否为工会管理员 0=否 1=是
*/
private Integer twoIsUnion;
private BigDecimal unionRate;
/**
* 状态 0-待计算分销 1-已计算分销
*/