wangxinhui
2025-01-07 a1ba606567db3b83827a6a9f0d4fae46217a2e7e
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_UserController.cs
@@ -17,6 +17,9 @@
namespace WIDESEA_WMSServer.Controllers
{
    /// <summary>
    /// 鐢ㄦ埛
    /// </summary>
    [Route("api/User")]
    [ApiController]
    public class Sys_UserController : ApiBaseController<ISys_UserService, Sys_User>