项目明细调整
This commit is contained in:
@ -40,7 +40,7 @@ public class ProjectDetail implements Serializable {
|
||||
/**
|
||||
* 最大抽佣比例
|
||||
*/
|
||||
private Integer maxCommissionRate;
|
||||
private BigDecimal maxCommissionRate;
|
||||
|
||||
/**
|
||||
* 项目ID
|
||||
|
@ -37,7 +37,7 @@ public class PromoCode implements Serializable {
|
||||
private Long projectId;
|
||||
|
||||
/**
|
||||
* 推广码状态
|
||||
* 推广码状态(true:占用,false:空闲)
|
||||
*/
|
||||
private Boolean promoCodeStatus;
|
||||
|
||||
|
Reference in New Issue
Block a user