yuan
2026-07-13 bb078cde6d9641ec84ee3c52b544153845795c0e
src/main/java/com/ruoyi/staff/service/PersonalAttendanceLocationConfigService.java
@@ -13,4 +13,19 @@
 */
public interface PersonalAttendanceLocationConfigService extends IService<PersonalAttendanceLocationConfig> {
    /**
     * 判断班次配置是否已被排班且已有打卡记录使用。
     */
    boolean hasAttendanceUsage(Integer configId);
    /**
     * 判断班次配置是否允许编辑。
     */
    boolean canEdit(Integer configId);
    /**
     * 判断班次配置是否允许删除。
     */
    boolean canDelete(Integer configId);
}