init
This commit is contained in:
@@ -28,6 +28,8 @@ public class SmsVerify implements Serializable {
|
||||
* 状态 0 过期,或者删除 1 正常
|
||||
*/
|
||||
private Integer status;
|
||||
private String type;
|
||||
private String typeDesc;
|
||||
/**
|
||||
* 接收号码
|
||||
*/
|
||||
|
||||
@@ -37,11 +37,6 @@ public class Union implements Serializable {
|
||||
* 是否开启提成
|
||||
*/
|
||||
private Boolean enableRate;
|
||||
/**
|
||||
* 工会默认二级支付奖励比例
|
||||
*/
|
||||
@Deprecated
|
||||
private BigDecimal defaultIncomeRate;
|
||||
/**
|
||||
* 全部人数
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user