获取员工绩效列表
This commit is contained in:
17
DOAN.Model/MES/Group/Dto/AchievementQueryDto.cs
Normal file
17
DOAN.Model/MES/Group/Dto/AchievementQueryDto.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.Group.Dto
|
||||
{
|
||||
public class AchievementQueryDto
|
||||
{
|
||||
public DateTime[] JobDatetime { get; set; }
|
||||
|
||||
public string Worker { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user