dengjunjie
2024-12-30 595770fb0359d0425a103fb6e2106cecffe2c90b
代码管理/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>