Files
zszq-trs/YLErpWeb/Views/_ViewImports.cshtml
2024-05-09 14:06:26 +08:00

15 lines
353 B
Plaintext

@inherits YLErp.Web.App.MyRazorPage<TModel>
@using YLErp
@using YLErp.Web
@using YLErp.Configuration
@using YLErp.Model.Enum
@using YLErp.DBModels
@using YLErp.DBModels.Consts
@using YLErp.DBModels.Enums
@using YLErp.Web.Controllers
@using YLErp.Web.Models
@using YLErp.Helpers
@using YLErp.BLL
@using YLErp.Model
@using YLErp.Models
@using BaseOUDAL