班组管理重大更新:组变为基本数据
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user