NewGaoKaoApi/New_College.Model/ViewModels/Result/OrderResult.cs

14 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.ViewModels
{
public class OrderResult
{
public string OrderId { get; set; }
public string EndTime { get; set; }
}
}