bug fixed int convert long
parent
edc4cf4526
commit
14bb78897c
|
|
@ -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<int> Ids { get; set; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ namespace New_College.Model.ViewModels
|
|||
/// </summary>
|
||||
public class CustomerUpdateQuery
|
||||
{
|
||||
public int StudentId { get; set; }
|
||||
public long StudentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 省市区id
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ namespace New_College.Model.ViewModels
|
|||
/// <summary>
|
||||
/// 根据CustomerId
|
||||
/// </summary>
|
||||
public int CustomerId { get; set; }
|
||||
public long CustomerId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 根据out_trade_no号查询
|
||||
|
|
|
|||
Loading…
Reference in New Issue