From 14bb78897cbf2d7ec45cd9951842b793158ef292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 11 Mar 2025 14:49:49 +0800 Subject: [PATCH] bug fixed int convert long --- New_College.Model/ViewModels/BaseResult.cs | 2 +- New_College.Model/ViewModels/Query/CustomerInfoQuery.cs | 2 +- New_College.Model/ViewModels/Query/OrderInfoQuery.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/New_College.Model/ViewModels/BaseResult.cs b/New_College.Model/ViewModels/BaseResult.cs index bc53b49..99cd570 100644 --- a/New_College.Model/ViewModels/BaseResult.cs +++ b/New_College.Model/ViewModels/BaseResult.cs @@ -20,7 +20,7 @@ namespace New_College.Model.ViewModels public class IdQuery { public long? CustomerId { get; set; } - public int Id { get; set; } + public long Id { get; set; } public List Ids { get; set; } } diff --git a/New_College.Model/ViewModels/Query/CustomerInfoQuery.cs b/New_College.Model/ViewModels/Query/CustomerInfoQuery.cs index 86f4e66..7a89799 100644 --- a/New_College.Model/ViewModels/Query/CustomerInfoQuery.cs +++ b/New_College.Model/ViewModels/Query/CustomerInfoQuery.cs @@ -90,7 +90,7 @@ namespace New_College.Model.ViewModels /// public class CustomerUpdateQuery { - public int StudentId { get; set; } + public long StudentId { get; set; } /// /// 省市区id diff --git a/New_College.Model/ViewModels/Query/OrderInfoQuery.cs b/New_College.Model/ViewModels/Query/OrderInfoQuery.cs index 7f41bcc..4a91c75 100644 --- a/New_College.Model/ViewModels/Query/OrderInfoQuery.cs +++ b/New_College.Model/ViewModels/Query/OrderInfoQuery.cs @@ -166,7 +166,7 @@ namespace New_College.Model.ViewModels /// /// 根据CustomerId /// - public int CustomerId { get; set; } + public long CustomerId { get; set; } /// /// 根据out_trade_no号查询