综合评估功能调整

This commit is contained in:
xy
2024-06-02 15:25:45 +08:00
parent 9b59d183f5
commit 7b43430e03
5 changed files with 121 additions and 42 deletions

View File

@@ -44,4 +44,7 @@ public class AssessParam {
@ApiModelProperty("电压等级")
private String voltageLevel;
@ApiModelProperty(name="type",value="类型1年 2季度 3月份 4周 5日")
private Integer type;
}