| 对比新文件 |
| | |
| | | 锘縰sing System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_DTO.ERP; |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_IBasicService |
| | | { |
| | | public interface IUserInfoService:IService<Dt_UserInfo> |
| | | { |
| | | IUserInfoRepository Repository { get; } |
| | | /// <summary> |
| | | /// 鎺ユ敹浜屾湡鍛樺伐淇℃伅 |
| | | /// </summary> |
| | | /// <param name="content"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent ReceiveStaff(ERPUserInfoDTO content); |
| | | } |
| | | } |