exam-system/src/main/java/com/gkhy/exam/coalmine/service/CmStaffManagerService.java
@@ -1,6 +1,7 @@ package com.gkhy.exam.coalmine.service; import com.gkhy.exam.coalmine.model.dto.req.*; import com.gkhy.exam.coalmine.model.dto.resp.CmStaffByCodeRespDTO; import com.gkhy.exam.coalmine.model.dto.resp.CmStaffPageRespDTO; import com.ruoyi.common.core.domain.AjaxResult; @@ -40,4 +41,9 @@ List<CmStaffPageRespDTO> selectPage(); AjaxResult editCmStaff(CmStaffUpdateReqDTO reqDTO); AjaxResult deleteCmStaff(Long id); AjaxResult selectByCode(String code); }