| | |
| | | import com.ycl.jxkg.domain.base.AbsVo; |
| | | import com.ycl.jxkg.domain.entity.ExamSubmitTemp; |
| | | import java.util.List; |
| | | |
| | | import com.ycl.jxkg.enums.general.ExamSubmitTempStatusEnum; |
| | | import org.springframework.lang.NonNull; |
| | | import org.springframework.beans.BeanUtils; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | /** 状态:临时、保存 */ |
| | | private String status; |
| | | |
| | | /** 状态:临时、完成 */ |
| | | private String markPaperStatus; |
| | | |
| | | public static ExamSubmitTempVO getVoByEntity(@NonNull ExamSubmitTemp entity, ExamSubmitTempVO vo) { |
| | | if(vo == null) { |
| | | vo = new ExamSubmitTempVO(); |