_ViewImports.cshtml 304 B

123456789101112
  1. @using CZKJ.GBRS2.WebMVC
  2. @using CZKJ.GBRS2.WebMVC.Models
  3. @using CZFW.Framework.Model.ViewModel
  4. @using CZKJ.GBRS2.Entity
  5. @using CZKJ.GBRS2.Model
  6. @using CZKJ.GBRS2.ViewModel
  7. @using CZKJ.GBRS2.WebMVC.Helper
  8. @using System.Globalization;
  9. @using CZFW.Core
  10. @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers