From 882745d68878cd49ad8eaf7a670f1e706c1d8d80 Mon Sep 17 00:00:00 2001 From: wugang <1029149336@qq.com> Date: Wed, 8 Nov 2017 22:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3ClientService/BO/ClientGoodsSet_/ClientGoodsSet.cs | 5 +++++ 1 file changed, 5 insertions(+) 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; }