This commit is contained in:
2025-05-22 17:35:00 +08:00
parent dfc3947e9b
commit bef80caa1d
5 changed files with 131 additions and 154 deletions
+4 -2
View File
@@ -6,7 +6,9 @@ import lingtao.net.bean.Bug;
public interface BugMapper {
List<Bug> getBugs(Bug bug);
List<Bug> getBugs(Bug bug);
int addBug(Bug bug);
int addBug(Bug bug);
int updateBug(Bug bug);
}