班组修改
This commit is contained in:
23
DOAN.Service/MES/Group/IService/ISkillMatrixService.cs
Normal file
23
DOAN.Service/MES/Group/IService/ISkillMatrixService.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using DOAN.Model;
|
||||
using DOAN.Model.Dto;
|
||||
using DOAN.Model.MES.group;
|
||||
using DOAN.Model.MES.group.Dto;
|
||||
using System.Collections.Generic;
|
||||
using DOAN.Model.MES.base_;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace DOAN.Service.MES.group.IService
|
||||
{
|
||||
public interface ISkillMatrixService
|
||||
{
|
||||
|
||||
List<GroupSchedule> GetAllGroups(DateTime date);
|
||||
|
||||
List<BaseWorkRoute> GetAllRoutes();
|
||||
|
||||
List<GroupPerson> GetPersonsList(string group_schedule_id);
|
||||
|
||||
HandleSkillInfoDto GetSkillsDetailofPepole(HandleSkillQueryDto parm);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user