创建主干
parents
Showing
.vs/SuValue/v14/.suo
0 → 100644
File added
.vs/config/applicationhost.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/App_Start/BundleConfig.cs
0 → 100644
SuValue.API/App_Start/FilterConfig.cs
0 → 100644
SuValue.API/App_Start/RouteConfig.cs
0 → 100644
SuValue.API/App_Start/WebApiConfig.cs
0 → 100644
SuValue.API/ApplicationInsights.config
0 → 100644
SuValue.API/Content/Site.css
0 → 100644
SuValue.API/Controllers/BaseController.cs
0 → 100644
SuValue.API/Controllers/HomeController.cs
0 → 100644
SuValue.API/Controllers/MenuController.cs
0 → 100644
SuValue.API/Controllers/ReportController.cs
0 → 100644
SuValue.API/Controllers/TestController.cs
0 → 100644
SuValue.API/Controllers/UserController.cs
0 → 100644
SuValue.API/Global.asax
0 → 100644
SuValue.API/Global.asax.cs
0 → 100644
SuValue.API/Properties/AssemblyInfo.cs
0 → 100644
SuValue.API/ReportImgs/chart_big4.jpg
0 → 100644
48 KB
SuValue.API/Scripts/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/Scripts/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.API/Scripts/jquery-1.10.2.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.API/Scripts/jquery-1.10.2.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/Scripts/jquery-1.10.2.min.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.API/Scripts/jquery.validate-vsdoc.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/Scripts/jquery.validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/Scripts/jquery.validate.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.API/Scripts/modernizr-2.6.2.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/SuValue.API.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.API/Views/Shared/_Layout.cshtml
0 → 100644
SuValue.API/Views/Test/Index.cshtml
0 → 100644
SuValue.API/Views/Test/Task.cshtml
0 → 100644
SuValue.API/Views/Web.config
0 → 100644
SuValue.API/Views/_ViewStart.cshtml
0 → 100644
SuValue.API/Web.Debug.config
0 → 100644
SuValue.API/Web.Release.config
0 → 100644
SuValue.API/Web.config
0 → 100644
SuValue.API/packages.config
0 → 100644
SuValue.BLL/HospitalBLL.cs
0 → 100644
SuValue.BLL/MenuBLL.cs
0 → 100644
SuValue.BLL/Properties/AssemblyInfo.cs
0 → 100644
SuValue.BLL/ReportBLL.cs
0 → 100644
SuValue.BLL/SMSBLL.cs
0 → 100644
SuValue.BLL/SuValue.BLL.csproj
0 → 100644
SuValue.BLL/TaskBLL.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.BLL/UserBLL.cs
0 → 100644
SuValue.BLL/app.config
0 → 100644
File added
SuValue.DAL/Auto/TempDAL.cs
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.DAL/Auto/TempDAL.tt
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.DAL/DemoDAL.cs
0 → 100644
SuValue.DAL/DiseaseDAL.cs
0 → 100644
SuValue.DAL/Properties/AssemblyInfo.cs
0 → 100644
SuValue.DAL/SuValue.DAL.csproj
0 → 100644
SuValue.DAL/Sys_DataDAL.cs
0 → 100644
SuValue.DAL/T.cs
0 → 100644
SuValue.DAL/app.config
0 → 100644
SuValue.DAL/da_reportDAL.cs
0 → 100644
SuValue.DAL/da_selectionDAL.cs
0 → 100644
File added
SuValue.DAL/packages.config
0 → 100644
SuValue.DAL/sms_mtDAL.cs
0 → 100644
SuValue.DAL/sys_areaDAL.cs
0 → 100644
SuValue.DAL/sys_hospitalDAL.cs
0 → 100644
SuValue.DAL/sys_loginInfoDAL.cs
0 → 100644
SuValue.DAL/sys_menuDAL.cs
0 → 100644
SuValue.DAL/sys_projectDAL.cs
0 → 100644
SuValue.DAL/sys_taskDAL.cs
0 → 100644
SuValue.DAL/sys_task_configDAL.cs
0 → 100644
SuValue.DAL/sys_userDAL.cs
0 → 100644
SuValue.Database/ColumnAttribute.cs
0 → 100644
SuValue.Database/DbUtility.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Database/Entity/Page.cs
0 → 100644
SuValue.Database/EntityReader.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Database/Enum/DbProviderType.cs
0 → 100644
SuValue.Database/Properties/AssemblyInfo.cs
0 → 100644
SuValue.Database/ProviderFactory.cs
0 → 100644
SuValue.Database/SuValue.Database.csproj
0 → 100644
SuValue.Database/app.config
0 → 100644
File added
SuValue.Database/packages.config
0 → 100644
SuValue.Entity/Auto/EntityBase.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Auto/EntityBase.tt
0 → 100644
SuValue.Entity/EntityBase.cs
0 → 100644
SuValue.Entity/EntityResult.cs
0 → 100644
SuValue.Entity/Enum/ChartType.cs
0 → 100644
SuValue.Entity/Enum/LoginInfoType.cs
0 → 100644
SuValue.Entity/Enum/MessageType.cs
0 → 100644
SuValue.Entity/Enum/SMSType.cs
0 → 100644
SuValue.Entity/Properties/AssemblyInfo.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Request/EntitySearch.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Request/EntityUser.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Request/condition.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityChartData.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityDisTable.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityMenu.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityReport.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntitySearchData.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntitySelectItem.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityTable.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityTreeData.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/Responese/EntityUser.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/SuValue.Entity.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/app.config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Entity/packages.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Entity/sys_user.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Extension/ExtDateTime.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Extension/ExtString.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Fakes/Dapper.fakes
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/File/Configs.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/File/FileHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/File/ZipHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Format/ConvertHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Format/EnumHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Format/JsonHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Log/LogHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Message/MessageHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Network/HttpMethods.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Network/Net.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Properties/AssemblyInfo.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Security/Encrypt.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Security/VerifyCode.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/SuValue.Helpers.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Web/Keys.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Helpers/Web/WebHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Helpers/packages.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/BundleConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/FilterConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/IdentityConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/RouteConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/Startup.Auth.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/App_Start/WebApiConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/ApplicationInsights.config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/Areas/HelpPage/HelpPage.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/Areas/HelpPage/Views/Web.config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/Content/Site.css
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Content/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.Web/Content/bootstrap.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Controllers/AccountController.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Controllers/HomeController.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Controllers/ValuesController.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Global.asax
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Global.asax.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Models/AccountBindingModels.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Models/AccountViewModels.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Models/IdentityModels.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Project_Readme.html
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Properties/AssemblyInfo.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/Results/ChallengeResult.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/_references.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.Web/Scripts/jquery-1.10.2.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.Web/Scripts/jquery-1.10.2.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/jquery-1.10.2.min.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
SuValue.Web/Scripts/jquery.validate-vsdoc.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/jquery.validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/jquery.validate.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/modernizr-2.6.2.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/respond.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Scripts/respond.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Startup.cs
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/SuValue.Web.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Views/Home/Index.cshtml
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Views/Shared/Error.cshtml
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Views/Shared/_Layout.cshtml
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Views/Web.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Views/_ViewStart.cshtml
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Web.Debug.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Web.Release.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/Web.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.Web/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
SuValue.Web/packages.config
0 → 100644
This diff is collapsed.
Click to expand it.
SuValue.sln
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/App_Start/RouteConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/App_Start/WebApiConfig.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/ApplicationInsights.config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Global.asax
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Global.asax.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Properties/AssemblyInfo.cs
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Suvalue.Evaluate.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Views/Web.config
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Web.Debug.config
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Web.Release.config
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/Web.config
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Evaluate/packages.config
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Redis/Properties/AssemblyInfo.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Redis/RedisConnection.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Redis/RedisHelper.cs
0 → 100644
This diff is collapsed.
Click to expand it.
Suvalue.Redis/Suvalue.Redis.csproj
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Suvalue.Redis/packages.config
0 → 100644
This diff is collapsed.
Click to expand it.