摘要:
using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using StudentSys.ViewModel;using System;using System.Colle 阅读全文
posted @ 2022-05-22 10:42
.net&new
阅读(146)
评论(0)
推荐(0)
摘要:
后台代码: using Newtonsoft.Json;using StudentSys.data;using StudentSys.Filter;using StudentSys.Models;using System;using System.Collections.Generic;using 阅读全文
posted @ 2022-05-22 10:33
.net&new
阅读(144)
评论(0)
推荐(0)
摘要:
public string Delete() { int id = int.Parse(Request["idsStr"]); YuanGongDb dbcontext = new YuanGongDb(); var user = dbcontext.SysUser.FirstOrDefault(o 阅读全文
posted @ 2022-05-22 10:06
.net&new
阅读(74)
评论(0)
推荐(0)
摘要:
@model StudentSys.Models.SysUser@{ ViewBag.Title = "更新用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>更新用户</title> <met 阅读全文
posted @ 2022-05-22 10:05
.net&new
阅读(198)
评论(0)
推荐(0)
摘要:
@{ ViewBag.Title = "添加用户"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>添加用户</title> <meta name="viewport" content="width 阅读全文
posted @ 2022-05-22 10:04
.net&new
阅读(148)
评论(0)
推荐(0)
摘要:
效果图片: @{ ViewBag.Title = "员工列表"; Layout = null;} <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>员工列表</title> <meta name="viewport" content= 阅读全文
posted @ 2022-05-22 10:01
.net&new
阅读(161)
评论(0)
推荐(0)
摘要:
@{ Layout = null;}<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>员工管理系统</title> <meta name="viewport" content="width=device-width, initial- 阅读全文
posted @ 2022-05-22 09:59
.net&new
阅读(321)
评论(1)
推荐(0)
摘要:
@{ ViewBag.Title = "员工登录"; Layout = null;} <!DOCTYPE html><html lang="en" class="page-fill"><head> <meta charset="UTF-8"> <title>员工登录</title> <meta na 阅读全文
posted @ 2022-05-22 09:57
.net&new
阅读(277)
评论(0)
推荐(0)
浙公网安备 33010602011771号