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
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|