This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package jnpf.attendance.service;
|
||||
|
||||
import jnpf.entity.attendance.AttendanceQuickTemplateItemEntity;
|
||||
import jnpf.base.service.SuperService;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 快速模板-单天模板 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author ahua
|
||||
* @since 2023-11-28
|
||||
*/
|
||||
public interface AttendanceQuickTemplateItemService extends SuperService<AttendanceQuickTemplateItemEntity> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user