Laservall_manager_system/VOL.HR/IServices/DeptSync/Partial/IHR_DeptSyncService.cs

14 lines
283 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
2025-09-26 13:35:45 +08:00
*HR_DeptSync类的业务代码接口应在此处编写
2025-09-25 14:37:10 +08:00
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
using VOL.Core.Utilities;
using System.Linq.Expressions;
2025-09-26 13:35:45 +08:00
namespace VOL.HR.IServices
2025-09-25 14:37:10 +08:00
{
2025-09-26 13:35:45 +08:00
public partial interface IHR_DeptSyncService
2025-09-25 14:37:10 +08:00
{
}
}