e0475cd6 by 肖初晴

【DAOP-1.0】企业认证

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