|
|
@ -10,6 +10,11 @@ namespace BWP.B3ClientService.BO |
|
|
[Serializable] |
|
|
[Serializable] |
|
|
public class ClientGoodsSet:Base |
|
|
public class ClientGoodsSet:Base |
|
|
{ |
|
|
{ |
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 适用客户端
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public string ApplyClient { get; set; } |
|
|
|
|
|
|
|
|
public string Name { get; set; } |
|
|
public string Name { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|