Commit 6f7c3e30 authored by chenzhao's avatar chenzhao

修改bug

parent 256b6b40
...@@ -71,4 +71,7 @@ public class FailureDetailsDto extends BaseDto { ...@@ -71,4 +71,7 @@ public class FailureDetailsDto extends BaseDto {
@ApiModelProperty(value = "附件") @ApiModelProperty(value = "附件")
private List<SourceFile> attachment; private List<SourceFile> attachment;
@ApiModelProperty(value = "是否本人报送")
private Boolean isSubmit = false ;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment