功能房-新增手机号码字段
This commit is contained in:
@@ -37,7 +37,7 @@ public interface RtEnlistmentReserveMapper extends BaseMapper<RtEnlistmentReserv
|
|||||||
* @param studentName 学生姓名
|
* @param studentName 学生姓名
|
||||||
* @return 应征入伍保留学籍申请
|
* @return 应征入伍保留学籍申请
|
||||||
*/
|
*/
|
||||||
public RtEnlistmentReserve getEnlistmentReserveByStuNameAndStuNo(@Param("studentName") String studentName, @Param("studentName") String studentNo);
|
public RtEnlistmentReserve getEnlistmentReserveByStuNameAndStuNo(@Param("studentName") String studentName, @Param("studentNo") String studentNo);
|
||||||
|
|
||||||
// <!-- 根据学号查询辅导员信息 -->
|
// <!-- 根据学号查询辅导员信息 -->
|
||||||
public TeacherVo getCounselorInfo(String stuNo);
|
public TeacherVo getCounselorInfo(String stuNo);
|
||||||
|
|||||||
Reference in New Issue
Block a user