init
This commit is contained in:
@@ -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-已计算分销
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user