This commit is contained in:
dute7liang
2024-01-01 15:56:56 +08:00
parent 3aa29bcefc
commit d2bd79204a
11 changed files with 121 additions and 18 deletions

View File

@@ -28,6 +28,8 @@ public class SmsVerify implements Serializable {
* 状态 0 过期,或者删除 1 正常
*/
private Integer status;
private String type;
private String typeDesc;
/**
* 接收号码
*/

View File

@@ -37,11 +37,6 @@ public class Union implements Serializable {
* 是否开启提成
*/
private Boolean enableRate;
/**
* 工会默认二级支付奖励比例
*/
@Deprecated
private BigDecimal defaultIncomeRate;
/**
* 全部人数
*/