This commit is contained in:
thinkgem
2023-03-28 09:42:23 +08:00
parent b40de7ec25
commit 6757958342
7 changed files with 12 additions and 12 deletions

View File

@@ -76,8 +76,8 @@ public class TestDataService extends CrudService<TestDataDao, TestData> {
/**
* 查询子表分页数据
* @param page 分页对象
* @param testData
* @param testData 查询条件
* @param testData page 分页对象
* @return
*/
public List<TestDataChild> findSubList(TestDataChild testData) {