diff --git a/B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs b/B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs index 99df4dc..bda56d2 100644 --- a/B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs +++ b/B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs @@ -10,6 +10,11 @@ namespace BWP.B3ClientService.BO [Serializable] public class ClientGoodsSet:Base { + /// + /// 适用客户端 + /// + public string ApplyClient { get; set; } + public string Name { get; set; }