NewGaoKaoApi/New_College.Model/ViewModels/Query/ProbabilityQuery.cs

12 lines
220 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.ViewModels
{
public class ProbabilityQuery:BasePageRequest
{
public int CustomerId { get; set; }
}
}