9 changed files with 21 additions and 21 deletions
@ -0,0 +1,11 @@ |
|||||
|
using System.Collections.Generic; |
||||
|
|
||||
|
namespace BBWYB.Client.Models |
||||
|
{ |
||||
|
public class ProductSkuListResponse |
||||
|
{ |
||||
|
public int Count { get; set; } |
||||
|
|
||||
|
public IList<ProductSku> Items { get; set; } |
||||
|
} |
||||
|
} |
@ -1,11 +0,0 @@ |
|||||
namespace BBWYB.Client.Models |
|
||||
{ |
|
||||
public class WaiterResponse |
|
||||
{ |
|
||||
public string Id { get; set; } |
|
||||
|
|
||||
public string Name { get; set; } |
|
||||
|
|
||||
public string Level { get; set; } |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue