From 2334f3a8f64844dc2c3490fdc7596cd7188a0b92 Mon Sep 17 00:00:00 2001 From: liuyangyi Date: Sat, 25 May 2024 22:34:39 +0800 Subject: [PATCH] aaa --- New_College.Model/ViewModels/Query/EvaluationRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Model/ViewModels/Query/EvaluationRequest.cs b/New_College.Model/ViewModels/Query/EvaluationRequest.cs index d89a59c..d504230 100644 --- a/New_College.Model/ViewModels/Query/EvaluationRequest.cs +++ b/New_College.Model/ViewModels/Query/EvaluationRequest.cs @@ -6,6 +6,6 @@ namespace New_College.Model.ViewModels.Query { public class EvaluationRequest { - public int CustomerId { get; set; } + public long CustomerId { get; set; } } }