10 lines
274 B
C#
10 lines
274 B
C#
using NPP.SmartSchedue.Api.Contracts.Services.Personnel.Input;
|
|
|
|
namespace NPP.SmartSchedue.Api.Contracts.Services.Personnel.Output;
|
|
|
|
/// <summary>
|
|
/// 人员工作限制详情输出
|
|
/// </summary>
|
|
public class PersonnelWorkLimitGetOutput : PersonnelWorkLimitUpdateInput
|
|
{
|
|
} |