项目明细调整

This commit is contained in:
2025-05-10 15:28:41 +08:00
parent a79cd3d502
commit 2ad1060fab
14 changed files with 270 additions and 62 deletions

View File

@ -40,7 +40,7 @@ public class ProjectDetail implements Serializable {
/**
* 最大抽佣比例
*/
private Integer maxCommissionRate;
private BigDecimal maxCommissionRate;
/**
* 项目ID

View File

@ -37,7 +37,7 @@ public class PromoCode implements Serializable {
private Long projectId;
/**
* 推广码状态
* 推广码状态(true:占用false:空闲)
*/
private Boolean promoCodeStatus;