Browse Source

。。

master
wugang 8 years ago
parent
commit
882745d688
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs

+ 5
- 0
B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs View File

@ -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; }


Loading…
Cancel
Save