|
@@ -3,6 +3,7 @@ package cn.com.ty.lift.business.maintenance.dao.entity.model.response;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.time.LocalDate;
|
|
|
+import java.time.LocalDateTime;
|
|
|
|
|
|
@Data
|
|
|
public class PropertyMtResponse {
|
|
@@ -14,5 +15,6 @@ public class PropertyMtResponse {
|
|
|
private Object category;
|
|
|
private String workerName;
|
|
|
private LocalDate planDate;
|
|
|
+ private LocalDateTime recoveryDate;
|
|
|
private Integer hasEvaluate;
|
|
|
}
|