From f10cf643e5be44f8dd525d91bb4953b46778a377 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期三, 25 二月 2026 17:16:34 +0800
Subject: [PATCH] 修复部分页面数据显示问题
---
代码管理/WMS/WMSServices/WIDESEA_IBasicService/IUserInfoService.cs | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IBasicService/IUserInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IBasicService/IUserInfoService.cs"
index 037f171..64d73de 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IBasicService/IUserInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IBasicService/IUserInfoService.cs"
@@ -1,12 +1,5 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using WIDESEA_Core;
+锘縰sing WIDESEA_Core;
using WIDESEA_Core.BaseServices;
-using WIDESEA_DTO.Basic;
-using WIDESEA_DTO.ERP;
using WIDESEA_IBasicRepository;
using WIDESEA_Model.Models;
@@ -14,12 +7,5 @@
{
public interface IUserInfoService:IService<Dt_UserInfo>
{
- IUserInfoRepository Repository { get; }
- /// <summary>
- /// 鎺ユ敹浜屾湡鍛樺伐淇℃伅
- /// </summary>
- /// <param name="content"></param>
- /// <returns></returns>
- WebResponseContent ReceiveStaff(ERPUserInfoDTO content);
}
}
--
Gitblit v1.9.3