获取员工绩效列表
This commit is contained in:
16
DOAN.Service/MES/Group/IService/IAchievementService.cs
Normal file
16
DOAN.Service/MES/Group/IService/IAchievementService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using DOAN.Model.MES.Group.Dto;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.Group.IService
|
||||
{
|
||||
public interface IAchievementService
|
||||
{
|
||||
List<AchievementDto> GetstaffAchievementList(AchievementQueryDto parm);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user