package com.yyx.dao; import java.util.List; import com.yyx.po.Student; public interface StudentDao { public Student findStudentById(Integer id); // public void deleteStudentById(Integer id); public int deleteStudentById(Integer id); public void updateStudentById(Student student); public void addStudent(Student student); public List<Student> findall(); }

Rubiai LV1
2024年12月26日
Administration620 LV1
2024年12月9日
111rose LV1
2024年11月22日
star33xxz LV1
2024年6月28日
2032867896 LV1
2024年6月20日
hongdongdong LV14
2024年6月18日
卢旯旯 LV4
2024年6月10日
yqlllll LV2
2024年6月4日
minjiang110 LV3
2024年1月3日
wwwww816 LV5
2023年12月19日