This commit is contained in:
@@ -102,11 +102,11 @@ namespace rockfishCore.Controllers
|
||||
//dto classes for route
|
||||
public class subnotifyResultItem
|
||||
{
|
||||
public long id;
|
||||
public string Customer;
|
||||
public string purchasenames;
|
||||
public List<long> purchaseidlist;
|
||||
public long customerId;
|
||||
public long id { get; set; }
|
||||
public string Customer { get; set; }
|
||||
public string purchasenames { get; set; }
|
||||
public List<long> purchaseidlist { get; set; }
|
||||
public long customerId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user