接口调整

This commit is contained in:
2023-08-14 21:35:27 +08:00
parent a0e1bb0225
commit 17d1104509
4 changed files with 33 additions and 4 deletions

View File

@@ -19,4 +19,10 @@ public class EpdDTO {
@ApiModelProperty("inflxuDB表名")
private String tableName;
@ApiModelProperty("起始次数")
private Integer harmStart;
@ApiModelProperty("结束次数")
private Integer harmEnd;
}