• 大小: 159KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-06
  • 语言: 数据库
  • 标签: abp  oracle11g  

资源简介

Abp项目模板使用Oracle11g数据库包括系统权限管理,Abp.Zero

资源截图

代码片段和文件信息

using System;
using System.IO;
using Abp.Reflection.Extensions;

namespace CAC.MES
{
    /// 
    /// Central point for application version.
    /// 

    public class AppVersionhelper
    {
        /// 
        /// Gets current version of the application.
        /// It‘s also shown in the web page.
        /// 

        public const string Version = “1.0.0.0“;

        /// 
        /// Gets release (last build) date of the application.
        /// It‘s shown in the web page.
        /// 

        public static DateTime ReleaseDate
        {
            get { return new FileInfo(typeof(AppVersionhelper).GetAssembly().Location).LastWriteTime; }
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      16172  2017-12-10 03:14  CAC.MES.Entityframework\App.config

     文件      13718  2017-12-10 02:36  CAC.MES.Entityframework\bin\Debug\CAC.MES.Core.dll.config

     文件      16172  2017-12-10 03:14  CAC.MES.Entityframework\bin\Debug\CAC.MES.Entityframework.dll.config

     文件      18260  2017-12-10 05:03  CAC.MES.Entityframework\CAC.MES.Entityframework.csproj

     文件       2341  2017-12-10 18:18  CAC.MES.Entityframework\Entityframework\MESDbContext.cs

     文件        910  2017-12-10 02:36  CAC.MES.Entityframework\Entityframework\Repositories\MESRepositorybase.cs

     文件        835  2017-12-10 03:24  CAC.MES.Entityframework\MESDataModule.cs

     文件      40770  2017-12-10 03:25  CAC.MES.Entityframework\Migrations\201712091925426_abp_init.cs

     文件        832  2017-12-10 03:25  CAC.MES.Entityframework\Migrations\201712091925426_abp_init.Designer.cs

     文件      17513  2017-12-10 03:25  CAC.MES.Entityframework\Migrations\201712091925426_abp_init.resx

     文件       1088  2017-12-10 05:02  CAC.MES.Entityframework\Migrations\201712092102537_product.cs

     文件        829  2017-12-10 05:02  CAC.MES.Entityframework\Migrations\201712092102537_product.Designer.cs

     文件      17681  2017-12-10 05:02  CAC.MES.Entityframework\Migrations\201712092102537_product.resx

     文件        607  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\AbpZeroDbMigrator.cs

     文件       1152  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\Configuration.cs

     文件       1008  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\DefaultEditionsCreator.cs

     文件       2099  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\DefaultLanguagesCreator.cs

     文件       1138  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\DefaultSettingsCreator.cs

     文件        851  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\DefaultTenantCreator.cs

     文件       2779  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\HostRoleAndUserCreator.cs

     文件        654  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\InitialHostDbBuilder.cs

     文件       2642  2017-12-10 02:36  CAC.MES.Entityframework\Migrations\SeedData\TenantRoleAndUserBuilder.cs

     文件          0  2017-12-10 18:45  CAC.MES.Entityframework\obj\Debug\CAC.MES.Entityframework.csproj.CopyComplete

     文件         42  2017-12-10 05:02  CAC.MES.Entityframework\obj\Debug\CAC.MES.Entityframework.csproj.CoreCompileInputs.cache

     文件      15940  2017-12-10 18:18  CAC.MES.Entityframework\obj\Debug\CAC.MES.Entityframework.csproj.FileListAbsolute.txt

     文件       1056  2017-12-10 18:18  CAC.MES.Entityframework\obj\Debug\CAC.MES.Entityframework.csproj.GenerateResource.Cache

     文件     447085  2017-12-10 18:45  CAC.MES.Entityframework\obj\Debug\CAC.MES.Entityframework.csprojResolveAssemblyReference.cache

     文件      11784  2017-12-10 18:45  CAC.MES.Entityframework\obj\Debug\CAC.MES.Migrations.abp_init.resources

     文件      11952  2017-12-10 18:45  CAC.MES.Entityframework\obj\Debug\CAC.MES.Migrations.product.resources

     文件      28915  2017-12-10 18:45  CAC.MES.Entityframework\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

............此处省略76个文件信息

评论

共有 条评论