教育训练处考试制证系统后端
heheng
2025-02-21 976fe8de4d45ccdd18cf988a36b9d71697d3bcc3
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);
}