package jnpf.attendance.service; import jnpf.base.service.SuperService; import jnpf.entity.attendance.FtbScheduleGroupFixedParamEntity; import jnpf.exception.HandleException; import jnpf.exception.QueryException; import jnpf.model.attendance.dto.scheduling.ScheduleGroupRuleConfigDto; import jnpf.model.attendance.vo.scheduling.ScheduleGroupRuleConfigVo; /** * 考勤组智能排班「排班规则配置」:固定排班核心参数与划线排班参数的查询与保存。 * *
以「固定排班核心参数表」({@link FtbScheduleGroupFixedParamEntity}) 为主实体(每考勤组 1:1),
* 划线参数由 {@code FtbScheduleGroupDrawingParamMapper} 协同维护。
*
* @author xiaofeng
* @since 2026-05-13
*/
public interface ScheduleGroupRuleConfigService extends SuperService