Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user