Browse Source

审批消息增加数据和显示模版

master
yashen 9 years ago
parent
commit
fb8142cba9
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      B3WeChat/BO/ApproveMessage.cs

+ 7
- 0
B3WeChat/BO/ApproveMessage.cs View File

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

Loading…
Cancel
Save