delete demo config in web.config

This commit is contained in:
yubaolee
2016-09-09 17:51:33 +08:00
parent b4f02ff7d3
commit e430b2716d
3 changed files with 12 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ using ProcessStatus = OptimaJet.Workflow.Core.Persistence.ProcessStatus;
namespace OpenAuth.Mvc.Controllers
{
/// <summary>
/// 通用申请流程处理
/// <para>李玉宝新增于2016-09-08 19:21:59</para>
/// </summary>
public class CommonAppliesController : BaseController
{
private CommonApplyApp _app;