Files
iMES_Net/iMES.Report/IServices/Report/IView_EmployeePerformanceService.cs

13 lines
293 B
C#
Raw Normal View History

2026-02-06 18:34:35 +08:00
/*
*,
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.Report.IServices
{
public partial interface IView_EmployeePerformanceService : IService<View_EmployeePerformance>
{
}
}