初始化项目
This commit is contained in:
21
UI/Controllers/LogController.cs
Normal file
21
UI/Controllers/LogController.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using Services.Cache;
|
||||
using Services.Manager;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.Mvc;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace UI.Controllers
|
||||
{
|
||||
public class LogController : BaseController
|
||||
{
|
||||
public ActionResult Index()
|
||||
{
|
||||
//CacheHelp.Removesys(CacheHelp.syskey.sysDbLogListKey);
|
||||
ViewBag.Select = 4;
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user