From ceb80aa4866fc76da0ae59979060238062c51eaa Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Tue, 16 Jan 2018 17:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E7=A6=BD=E5=9C=88=E8=88=8D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3ClientService/BO/Bill/WeightBill/WeightBill.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/B3ClientService/BO/Bill/WeightBill/WeightBill.cs b/B3ClientService/BO/Bill/WeightBill/WeightBill.cs index 1a031e8..a646da9 100644 --- a/B3ClientService/BO/Bill/WeightBill/WeightBill.cs +++ b/B3ClientService/BO/Bill/WeightBill/WeightBill.cs @@ -1,6 +1,7 @@ using Forks.EnterpriseServices.DomainObjects2; using System; using System.Collections.Generic; +using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -78,6 +79,7 @@ namespace BWP.B3ClientService.BO #endregion #region 无需自身维护 便于查看 + [DbColumn(DbType = SqlDbType.NVarChar, Length = 2000)] public string HouseNames { get; set; } public decimal? SanctionMoney { get; set; }