|
|
@ -73,10 +73,6 @@ public class DfRecordDetailV2Dto { |
|
|
|
@ApiModelProperty("创建者名称") |
|
|
|
private String createName; |
|
|
|
|
|
|
|
@ApiModelProperty("描述") |
|
|
|
private String depict; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("巡查详情") |
|
|
|
private List<DfRecordItemDetailV2Dto> problems = Collections.emptyList(); |
|
|
|
|
|
|
|