调整价配置上限、下线字段类型修改BigDecimal

This commit is contained in:
guojunyun
2025-10-22 11:39:46 +08:00
parent ecff39b2e5
commit 7b7658bab1
4 changed files with 8 additions and 8 deletions

View File

@@ -32,10 +32,10 @@ public class DeductRespDTO {
private String rangeWay;
@Schema(description = "上限")
private String up;
private BigDecimal up;
@Schema(description = "下限")
private String down;
private BigDecimal down;
@Schema(description = "类型(字典STLM_COEF)")
private String type;