添加查询主管信息列表

This commit is contained in:
2025-07-11 23:10:07 +08:00
parent 64eebd980e
commit e1631895ee
7 changed files with 152 additions and 29 deletions

View File

@ -33,4 +33,16 @@ public interface SystemConstant {
*/
BigDecimal SECOND_LEVEL_COMMISSION_RATE = new BigDecimal("0.03");
/**
* 退款比例
*/
BigDecimal REFUND_RATE = new BigDecimal("0.8");
/**
* 手续费比例
*/
BigDecimal FEE_RATE = new BigDecimal("0.2");
}