mvc 页面如何引用命名空间并且直接使用枚举类型对象
2021-07-12 20:06
标签:models using orm 项目 core 如何 convert 并且 对象
@using RTSafe.Platform.ManagerCenterModules.ProjectModules.Models
@using RTSafe.Platform.ManagerCenter.Core.Models;
@{
ViewBag.Title = "index";
Layout = null;
var TypeRole = Convert.ToInt32(ViewData["TypeRole"]);
var first = true;
var areaNumber = Convert.ToInt32(ViewData["AreaNumber"]);
}
@if (TypeRole == (int)TypeRoleEnum.集团角色 || TypeRole == (int)TypeRoleEnum.处级角色)
{
@DateTime.Now.Month
月
mvc 页面如何引用命名空间并且直接使用枚举类型对象
标签:models using orm 项目 core 如何 convert 并且 对象
原文地址:http://www.cnblogs.com/redfull/p/7080733.html
文章标题:mvc 页面如何引用命名空间并且直接使用枚举类型对象
文章链接:http://soscw.com/index.php/essay/104313.html