|
@ -68,7 +68,7 @@ public class DfRecordDetailV2Dto { |
|
|
private String createName; |
|
|
private String createName; |
|
|
|
|
|
|
|
|
@ApiModelProperty("巡查详情") |
|
|
@ApiModelProperty("巡查详情") |
|
|
private List<DfRecordItemDetailDto> details = Collections.emptyList(); |
|
|
private List<DfRecordItemDetailDto> problems = Collections.emptyList(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Data |
|
|
@Data |
|
|