员工绩效excel导出

This commit is contained in:
qianhao.xu
2025-02-19 09:07:12 +08:00
parent 49973781e2
commit 9956e37d35
2 changed files with 21 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ namespace DOAN.Service.MES.Group.IService
public interface IAchievementService
{
List<AchievementDto> GetstaffAchievementList(AchievementQueryDto parm);
}
}