feat(api): RobotTaskScheduleResponse
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
namespace PARR.API.Contracts.V1.Responses
|
||||
{
|
||||
public class RobotTaskTemplateResponse
|
||||
public class RobotTaskTemplateResponse : RobotTaskBaseResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// RobotConfigurationId
|
||||
/// </summary>
|
||||
public Guid TaskId { get; set; }
|
||||
|
||||
public bool IsActive { get; set; }
|
||||
public required string ClosingCode { get; set; }
|
||||
public required string FullDescription { get; set; }
|
||||
@@ -35,4 +30,12 @@
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class RobotTaskBaseResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// RobotConfigurationId
|
||||
/// </summary>
|
||||
public Guid TaskId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user