教育训练处考试制证系统后端
“djh”
2025-02-14 66f76e04bd00d07bf9f0ebfc056b107b56bc2e2d
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);
}