2 changed files with 21 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
namespace BBWYB.Server.Model.Dto |
||||
|
{ |
||||
|
public class QueryShopRequest |
||||
|
{ |
||||
|
public long? ShopId { get; set; } |
||||
|
|
||||
|
public Enums.Platform? Platform { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue