项目明细调整

This commit is contained in:
2025-05-09 10:14:37 +08:00
parent 9652eea78b
commit 7c39a7634a
12 changed files with 38 additions and 67 deletions

View File

@ -32,16 +32,6 @@ public class Project implements Serializable {
*/
private String projectImage;
/**
* 项目最高价格
*/
private BigDecimal maxProjectPrice;
/**
* 项目最低价格
*/
private BigDecimal minProjectPrice;
/**
* 项目简介
*/

View File

@ -32,6 +32,11 @@ public class ProjectDetail implements Serializable {
*/
private BigDecimal projectSettlementPrice;
/**
* 项目最小结算价格
*/
private BigDecimal projectMinSettlementPrice;
/**
* 最大抽佣比例
*/