【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -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 | } | ... | ... | 
- 
Please register or sign in to post a comment
