| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.platform.base.AbsVo; |
| | | import com.ycl.platform.domain.entity.WorkOrder; |
| | | import com.ycl.platform.domain.entity.WorkOrderCheckImg; |
| | | import lombok.Data; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.lang.NonNull; |
| | |
| | | */ |
| | | private Boolean hasReport; |
| | | |
| | | /** 检测图片 */ |
| | | private List<WorkOrderCheckImg> imgList; |
| | | |
| | | public static WorkOrderDetailVO getVoByEntity(@NonNull WorkOrder entity, WorkOrderDetailVO vo) { |
| | | if(vo == null) { |
| | | vo = new WorkOrderDetailVO(); |