package jnpf.attendance.service; import jnpf.entity.attendance.AttendanceQuickTemplateItemEntity; import jnpf.base.service.SuperService; /** *

* 快速模板-单天模板 服务类 *

* * @author ahua * @since 2023-11-28 */ public interface AttendanceQuickTemplateItemService extends SuperService { }