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