refactor(功能用例): 更新功能用例tags类型
This commit is contained in:
parent
c0476e26a0
commit
f380c3defc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue