Infrastructure/OpenAuth.App/ServiceApp/InsTaskHallManager/Response/InsTaskRes.cs

15 lines
308 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenAuth.App.ServiceApp.InsTaskHallManager.Response
{
public class InsTaskRes
{
public int count { get; set; }
public DateTime time { get; set; }
}
}