huangzhen
2023-09-26 28231163c688c379a688ce6878a1126ee218aa52
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);
}