实现了UserDao

This commit is contained in:
2025-12-07 22:27:18 +08:00
parent 3858a11a40
commit 8b7df8d9ff
14 changed files with 161 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ import backend.service.interfaces.DataQueryService;
* 定义了数据查询和管理的相关操作接口
*/
public interface QueryController {
DataQueryService dataService;
// DataQueryService dataService;
//getter/setter
/**