文章分类 -  快速开发项目模板

摘要:public class ResponseResult { /// <summary> /// 0成功 /// </summary> public int code { set; get; } public string msg { set; get; } public object data { 阅读全文
posted @ 2023-04-18 20:54 妖狐鬼魅 阅读(14) 评论(0) 推荐(0) 编辑
摘要:/// <reference path="../../../../scripts/jquery-3.6.4.js" /> /// <reference path="../../../../scripts/helper.js" /> layui.use('table', function () { v 阅读全文
posted @ 2023-04-18 20:52 妖狐鬼魅 阅读(20) 评论(0) 推荐(0) 编辑
摘要:/// <reference path="../../../../scripts/jquery-3.6.4.js" /> /// <reference path="../../../../scripts/helper.js" /> layui.use('table', function () { v 阅读全文
posted @ 2023-04-18 20:51 妖狐鬼魅 阅读(19) 评论(0) 推荐(0) 编辑
摘要:@{ ViewBag.Title = "Edit"; Layout = "~/Areas/Administration/Views/Shared/_LayUiLayoutPage2.cshtml"; } @section css{ <style> .layui-form-switch { margi 阅读全文
posted @ 2023-04-18 20:50 妖狐鬼魅 阅读(84) 评论(0) 推荐(0) 编辑
摘要:@{ ViewBag.Title = "Index"; Layout = "~/Areas/Administration/Views/Shared/_LayUiLayoutPage2.cshtml"; } <div class="layui-card"> <div class="layui-card 阅读全文
posted @ 2023-04-18 20:49 妖狐鬼魅 阅读(13) 评论(0) 推荐(0) 编辑
摘要:[HandlerLogin] public class UserInfoController : BaseController<UserInfo, UserInfoV> { UserInfoDal UserInfoDal = new UserInfoDal(); // GET: Administra 阅读全文
posted @ 2023-04-18 20:38 妖狐鬼魅 阅读(12) 评论(0) 推荐(0) 编辑
摘要:public class LoginController : Controller { UserInfoDal userInfoDal = new UserInfoDal(); // GET: Administration/Login public ActionResult Index() { re 阅读全文
posted @ 2023-04-18 20:37 妖狐鬼魅 阅读(51) 评论(0) 推荐(0) 编辑
摘要:public class BaseController<T, V> : Controller where T : class, new() where V : class, new() { BaseDal<T, V> baseDal = new BaseDal<T, V>(); #region 通用 阅读全文
posted @ 2023-04-18 20:30 妖狐鬼魅 阅读(19) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示