package com.xjrsoft.module.student.service; import com.github.yulichang.base.MPJBaseService; import com.xjrsoft.module.student.entity.PbCseFeeobjupdate; import com.xjrsoft.module.student.vo.EnrollmentStatisticsInfoVo; /** * @title: * @Author szs * @Date: 2024-03-29 * @Version 1.0 */ public interface IPbCseFeeobjupdateService extends MPJBaseService { EnrollmentStatisticsInfoVo getEnrollmentStatisticsInfo(); }