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