- package com.xjrsoft.module.room.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.room.entity.WfRoomStayOvernight;
- /**
- * @title: 留校住宿申请
- * @Author szs
- * @Date: 2024-01-02
- * @Version 1.0
- */
- public interface IWfRoomStayOvernightService extends MPJBaseService<WfRoomStayOvernight> {
- Boolean noticeParents(Long id);
- }
|