院校详情不加customerid

develop
old易 2025-03-03 18:07:36 +08:00
parent 8081be524b
commit 76ba3d23ba
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace New_College.Model.ViewModels
public class IdQuery public class IdQuery
{ {
//public long? CustomerId { get; set; } public long? CustomerId { get; set; }
public int Id { get; set; } public int Id { get; set; }
public List<int> Ids { get; set; } public List<int> Ids { get; set; }