From fb8142cba9da6a0e590e02ea493cc62d21ecc5ef Mon Sep 17 00:00:00 2001 From: yashen Date: Wed, 28 Sep 2016 16:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B6=88=E6=81=AF=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=92=8C=E6=98=BE=E7=A4=BA=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3WeChat/BO/ApproveMessage.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/B3WeChat/BO/ApproveMessage.cs b/B3WeChat/BO/ApproveMessage.cs index 6e9b17f..2c7f6e4 100644 --- a/B3WeChat/BO/ApproveMessage.cs +++ b/B3WeChat/BO/ApproveMessage.cs @@ -5,6 +5,7 @@ using Forks.EnterpriseServices.DomainObjects2; using Forks.Utils; using System; using System.Collections.Generic; +using System.Data; using System.Linq; using System.Text; using TSingSoft.WebPluginFramework; @@ -57,5 +58,11 @@ namespace BWP.B3WeChat.BO public string OpenID { get; set; } + + [DbColumn(DbType = SqlDbType.NText)] + public string Data { get; set; } + + public string DataTemplateName { get; set; } + } }