摘要:
本文转载自:https://www.cnblogs.com/sunShineJing/p/5083184.html 创建mvc web application,采用code first 的方式,MVC5,EF6.0 整了一个网站。开发完之后。直接publish。就这样部署到服务器上了。 在使用过程中 阅读全文
摘要:
public class PurviewPublic { #region 读取全部权限 public static List<PurviewInfo> QueryAllPurview() { List<PurviewInfo> lstPurview = new List<PurviewInfo>() 阅读全文