zhang_nuo
9 天以前 97d6d2d511ff44a640fa6d32803ecc447e124db2
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);
}