heheng
2025-01-16 92ac1754c713d206ebdafa3da8ec817c1d1e120d
exam-system/src/main/java/com/gkhy/exam/coalmine/service/baseService/CmStaffService.java
@@ -9,5 +9,8 @@
 */
public interface CmStaffService extends IService<CmStaff> {
    CmStaff selectByCode(String code);
    CmStaff getValidById(Long id);
}