package com.xjrsoft.module.student.service; import com.github.yulichang.base.MPJBaseService; import com.xjrsoft.module.student.entity.StudentAdmissionApplication; /** * @title: 学生进校申请 * @Author dzx * @Date: 2024年5月17日 * @Version 1.0 */ public interface IStudentAdmissionApplicationService extends MPJBaseService { Boolean toHikvision(Long id); }