2024-08-20 09:33:13 +10:00
|
|
|
|
namespace PARR.API.Contracts.V1.Responses.Statistics
|
|
|
|
|
|
{
|
|
|
|
|
|
public class StatWorkWorkLoadResponse : StatWorkLoadDataBaseResponse
|
|
|
|
|
|
{
|
|
|
|
|
|
public required ApplicationInWorkBaseResponse Job { get; set; }
|
2024-08-27 17:07:31 +10:00
|
|
|
|
|
|
|
|
|
|
public required WorkGroupResponse WorkGroup { get; set; }
|
2024-08-20 09:33:13 +10:00
|
|
|
|
}
|
|
|
|
|
|
}
|