人机交互页面

This commit is contained in:
quowingwang
2025-12-11 15:52:39 +08:00
parent 9b1df66b9f
commit 0627546d79
8 changed files with 65 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using ZR.Model;
using Infrastructure.Model;
using ZR.Model;
using ZR.Model.System;
using ZR.Model.System.Dto;
@@ -81,5 +82,6 @@ namespace ZR.Service.System.IService
SysUser Login(LoginBodyDto user);
void UpdateLoginInfo(LoginBodyDto user, long userId);
ApiResult GetUserPullDown();
}
}