班组管理重大更新:组变为基本数据

This commit is contained in:
qianhao.xu
2025-03-19 13:44:59 +08:00
parent afd800732e
commit a0ec3319b2
9 changed files with 49 additions and 31 deletions

View File

@@ -12,11 +12,11 @@ namespace DOAN.Service.MES.group.IService
public interface ISkillMatrixService
{
List<GroupSchedule> GetAllGroups(DateTime date);
//List<GroupSchedule> GetAllGroups(DateTime date);
public List<BaseGroup> GetAllGroups();
List<BaseWorkRoute> GetAllRoutes();
List<GroupPerson> GetPersonsList(string group_schedule_id);
List<GroupPerson> GetPersonsList(string group_code);
HandleSkillInfoDto GetSkillsDetailofPepole(HandleSkillQueryDto parm);
}