e0475cd6 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 165cf82d
...@@ -15,6 +15,9 @@ public class ChangeCheckDTO { ...@@ -15,6 +15,9 @@ public class ChangeCheckDTO {
15 @Schema(description = "json") 15 @Schema(description = "json")
16 private String json; 16 private String json;
17 17
18 public ChangeCheckDTO(){
19 }
20
18 public ChangeCheckDTO(String json){ 21 public ChangeCheckDTO(String json){
19 this.json = json; 22 this.json = json;
20 } 23 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!