refactor(功能用例): 更新功能用例tags类型

This commit is contained in:
WangXu10 2024-01-10 11:43:12 +08:00 committed by 刘瑞斌
parent c0476e26a0
commit f380c3defc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class FunctionalCaseDetailDTO implements Serializable {
private String reviewStatus;
@Schema(description = "标签JSON)")
private String tags;
private List<String> tags;
@Schema(description = "编辑模式")
private String caseEditType;