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

15 lines
308 B
C#
Raw Normal View History

2024-11-14 10:08:17 +08:00
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; }
}
}