在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → .net 6 webapi +layuimini 小型后台管理系统,集成sqlsugar redis mysql 支持按钮级别权限

.net 6 webapi +layuimini 小型后台管理系统,集成sqlsugar redis mysql 支持按钮级别权限

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:59.75M
  • 下载次数:38
  • 浏览次数:215
  • 发布时间:2023-10-09
  • 实例类别:C#语言基础
  • 发 布 人:shaojiashun
  • 文件格式:.rar
  • 所需积分:10
 相关标签: SqlSugar webapi .net6 layui MySql Redis

实例介绍

【实例简介】.net 6 webapi layuimini 小型后台管理系统,集成sqlsugar redis mysql 支持按钮级别权限

【实例截图】

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── net 6 webapi layuimini 小型后台管理系统,集成sqlsugar redis mysql 支持按钮级别权限.rar
└── net6webapi
    ├── README.en.md
    ├── README.md
    ├── captcode.sql
    ├── core.api
    │   ├── core.api
    │   │   ├── CodeFirstContext.cs
    │   │   ├── Conmon
    │   │   │   ├── CharCode.cs
    │   │   │   ├── CommonHelper.cs
    │   │   │   ├── DesHelper.cs
    │   │   │   ├── EnumExtension.cs
    │   │   │   ├── RedisCacheManager.cs
    │   │   │   ├── Redismodel.cs
    │   │   │   ├── Result.cs
    │   │   │   ├── Searchcommon.cs
    │   │   │   └── Searchwhere.cs
    │   │   ├── Controllers
    │   │   │   ├── DictionaryController.cs
    │   │   │   ├── ManagementController.cs
    │   │   │   ├── MenuController.cs
    │   │   │   ├── OrganizationController.cs
    │   │   │   ├── ProductController.cs
    │   │   │   ├── RoleController.cs
    │   │   │   └── UserController.cs
    │   │   ├── File
    │   │   │   └── Excel
    │   │   ├── Log4net.config
    │   │   ├── Model
    │   │   │   ├── ConmonModel.cs
    │   │   │   ├── JWTTokenOption.cs
    │   │   │   ├── MenusInfoResultDTO.cs
    │   │   │   ├── VO
    │   │   │   │   ├── adduser.cs
    │   │   │   │   ├── dictionaryadd.cs
    │   │   │   │   ├── organizationadd.cs
    │   │   │   │   ├── productadd.cs
    │   │   │   │   ├── searchadd.cs
    │   │   │   │   ├── sysbuttonadd.cs
    │   │   │   │   ├── sysmenuadd.cs
    │   │   │   │   ├── sysmenufiledadd.cs
    │   │   │   │   └── sysroleadd.cs
    │   │   │   ├── VerifyCode.cs
    │   │   │   ├── interfacelog.cs
    │   │   │   ├── loginlog.cs
    │   │   │   ├── rolepermise.cs
    │   │   │   ├── searchfield.cs
    │   │   │   ├── sqllog.cs
    │   │   │   ├── sysmenu.cs
    │   │   │   ├── sysmenubutton.cs
    │   │   │   ├── sysmenufiled.cs
    │   │   │   ├── sysrole.cs
    │   │   │   ├── userrole.cs
    │   │   │   └── users.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── launchSettings.json
    │   │   ├── WeatherForecast.cs
    │   │   ├── appsettings.Development.json
    │   │   ├── appsettings.json
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       └── net6.0
    │   │   │           ├── Azure.Core.dll
    │   │   │           ├── Azure.Identity.dll
    │   │   │           ├── BouncyCastle.Crypto.dll
    │   │   │           ├── BouncyCastle.Cryptography.dll
    │   │   │           ├── Enums.NET.dll
    │   │   │           ├── Google.Protobuf.dll
    │   │   │           ├── ICSharpCode.SharpZipLib.dll
    │   │   │           ├── IdentityModel.dll
    │   │   │           ├── K4os.Compression.LZ4.Streams.dll
    │   │   │           ├── K4os.Compression.LZ4.dll
    │   │   │           ├── K4os.Hash.xxHash.dll
    │   │   │           ├── MathNet.Numerics.dll
    │   │   │           ├── Microsoft.AspNetCore.Authorization.dll
    │   │   │           ├── Microsoft.AspNetCore.Metadata.dll
    │   │   │           ├── Microsoft.Bcl.AsyncInterfaces.dll
    │   │   │           ├── Microsoft.CodeAnalysis.CSharp.dll
    │   │   │           ├── Microsoft.CodeAnalysis.dll
    │   │   │           ├── Microsoft.Data.SqlClient.dll
    │   │   │           ├── Microsoft.EntityFrameworkCore.Abstractions.dll
    │   │   │           ├── Microsoft.EntityFrameworkCore.Relational.dll
    │   │   │           ├── Microsoft.EntityFrameworkCore.SqlServer.dll
    │   │   │           ├── Microsoft.EntityFrameworkCore.dll
    │   │   │           ├── Microsoft.Extensions.Caching.Abstractions.dll
    │   │   │           ├── Microsoft.Extensions.Caching.Memory.dll
    │   │   │           ├── Microsoft.Extensions.Configuration.Abstractions.dll
    │   │   │           ├── Microsoft.Extensions.Configuration.Binder.dll
    │   │   │           ├── Microsoft.Extensions.Configuration.FileExtensions.dll
    │   │   │           ├── Microsoft.Extensions.Configuration.Json.dll
    │   │   │           ├── Microsoft.Extensions.Configuration.dll
    │   │   │           ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
    │   │   │           ├── Microsoft.Extensions.DependencyInjection.dll
    │   │   │           ├── Microsoft.Extensions.FileProviders.Abstractions.dll
    │   │   │           ├── Microsoft.Extensions.FileProviders.Physical.dll
    │   │   │           ├── Microsoft.Extensions.FileSystemGlobbing.dll
    │   │   │           ├── Microsoft.Extensions.Logging.Abstractions.dll
    │   │   │           ├── Microsoft.Extensions.Logging.dll
    │   │   │           ├── Microsoft.Extensions.Options.dll
    │   │   │           ├── Microsoft.Extensions.Primitives.dll
    │   │   │           ├── Microsoft.IO.RecyclableMemoryStream.dll
    │   │   │           ├── Microsoft.Identity.Client.Extensions.Msal.dll
    │   │   │           ├── Microsoft.Identity.Client.dll
    │   │   │           ├── Microsoft.IdentityModel.Abstractions.dll
    │   │   │           ├── Microsoft.IdentityModel.JsonWebTokens.dll
    │   │   │           ├── Microsoft.IdentityModel.Logging.dll
    │   │   │           ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
    │   │   │           ├── Microsoft.IdentityModel.Protocols.dll
    │   │   │           ├── Microsoft.IdentityModel.Tokens.dll
    │   │   │           ├── Microsoft.OpenApi.dll
    │   │   │           ├── Microsoft.SqlServer.Server.dll
    │   │   │           ├── Microsoft.Win32.SystemEvents.dll
    │   │   │           ├── MySql.Data.dll
    │   │   │           ├── MySqlConnector.dll
    │   │   │           ├── NPOI.Core.dll
    │   │   │           ├── NPOI.OOXML.dll
    │   │   │           ├── NPOI.OpenXml4Net.dll
    │   │   │           ├── NPOI.OpenXmlFormats.dll
    │   │   │           ├── Newtonsoft.Json.dll
    │   │   │           ├── Pipelines.Sockets.Unofficial.dll
    │   │   │           ├── Pomelo.EntityFrameworkCore.MySql.dll
    │   │   │           ├── Quartz.dll
    │   │   │           ├── SixLabors.Fonts.dll
    │   │   │           ├── SixLabors.ImageSharp.dll
    │   │   │           ├── SqlSugar.dll
    │   │   │           ├── StackExchange.Redis.dll
    │   │   │           ├── Sundial.dll
    │   │   │           ├── Swashbuckle.AspNetCore.Swagger.dll
    │   │   │           ├── Swashbuckle.AspNetCore.SwaggerGen.dll
    │   │   │           ├── Swashbuckle.AspNetCore.SwaggerUI.dll
    │   │   │           ├── System.Collections.Immutable.dll
    │   │   │           ├── System.Configuration.ConfigurationManager.dll
    │   │   │           ├── System.Diagnostics.DiagnosticSource.dll
    │   │   │           ├── System.Drawing.Common.dll
    │   │   │           ├── System.IO.Pipelines.dll
    │   │   │           ├── System.IdentityModel.Tokens.Jwt.dll
    │   │   │           ├── System.Memory.Data.dll
    │   │   │           ├── System.Reflection.Metadata.dll
    │   │   │           ├── System.Runtime.Caching.dll
    │   │   │           ├── System.Security.Cryptography.Pkcs.dll
    │   │   │           ├── System.Security.Cryptography.ProtectedData.dll
    │   │   │           ├── System.Security.Cryptography.Xml.dll
    │   │   │           ├── System.Security.Permissions.dll
    │   │   │           ├── System.Text.Encoding.CodePages.dll
    │   │   │           ├── System.Text.Encodings.Web.dll
    │   │   │           ├── System.Text.Json.dll
    │   │   │           ├── System.Windows.Extensions.dll
    │   │   │           ├── TimeCrontab.dll
    │   │   │           ├── ZKWeb.System.Drawing.dll
    │   │   │           ├── ZstdSharp.dll
    │   │   │           ├── appsettings.Development.json
    │   │   │           ├── appsettings.json
    │   │   │           ├── core.api.deps.json
    │   │   │           ├── core.api.dll
    │   │   │           ├── core.api.exe
    │   │   │           ├── core.api.pdb
    │   │   │           ├── core.api.runtimeconfig.json
    │   │   │           ├── core.api.staticwebassets.runtime.json
    │   │   │           ├── core.api.xml
    │   │   │           ├── core.common.dll
    │   │   │           ├── core.common.pdb
    │   │   │           ├── core.model.dll
    │   │   │           ├── core.model.pdb
    │   │   │           ├── core.quartz.dll
    │   │   │           ├── core.quartz.pdb
    │   │   │           ├── cs
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── de
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── es
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── fr
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── it
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── ja
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── ko
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── log
    │   │   │           │   ├── debug
    │   │   │           │   │   ├── debug_2023-09-07.log
    │   │   │           │   │   ├── debug_2023-09-08.log
    │   │   │           │   │   ├── debug_2023-09-09.log
    │   │   │           │   │   ├── debug_2023-09-11.log
    │   │   │           │   │   ├── debug_2023-09-12.log
    │   │   │           │   │   ├── debug_2023-09-13.log
    │   │   │           │   │   ├── debug_2023-09-15.log
    │   │   │           │   │   └── debug_2023-09-21.log
    │   │   │           │   └── error
    │   │   │           │       ├── error_2023-09-07.log
    │   │   │           │       ├── error_2023-09-08.log
    │   │   │           │       ├── error_2023-09-09.log
    │   │   │           │       ├── error_2023-09-11.log
    │   │   │           │       ├── error_2023-09-12.log
    │   │   │           │       ├── error_2023-09-13.log
    │   │   │           │       ├── error_2023-09-15.log
    │   │   │           │       └── error_2023-09-21.log
    │   │   │           ├── log4net.dll
    │   │   │           ├── phton
    │   │   │           │   └── 9c75a4b495d445f2a47fe3f07f09a9ab.jpeg
    │   │   │           ├── pl
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── pt-BR
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── ref
    │   │   │           ├── ru
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── runtimes
    │   │   │           │   ├── browser
    │   │   │           │   │   └── lib
    │   │   │           │   │       └── net6.0
    │   │   │           │   │           └── System.Text.Encodings.Web.dll
    │   │   │           │   ├── unix
    │   │   │           │   │   └── lib
    │   │   │           │   │       ├── net6.0
    │   │   │           │   │       │   └── System.Drawing.Common.dll
    │   │   │           │   │       ├── netcoreapp3.0
    │   │   │           │   │       │   └── System.Drawing.Common.dll
    │   │   │           │   │       └── netcoreapp3.1
    │   │   │           │   │           └── Microsoft.Data.SqlClient.dll
    │   │   │           │   ├── win
    │   │   │           │   │   └── lib
    │   │   │           │   │       ├── net6.0
    │   │   │           │   │       │   ├── Microsoft.Win32.SystemEvents.dll
    │   │   │           │   │       │   ├── System.Drawing.Common.dll
    │   │   │           │   │       │   ├── System.Security.Cryptography.Pkcs.dll
    │   │   │           │   │       │   ├── System.Security.Cryptography.ProtectedData.dll
    │   │   │           │   │       │   ├── System.Text.Encoding.CodePages.dll
    │   │   │           │   │       │   └── System.Windows.Extensions.dll
    │   │   │           │   │       ├── netcoreapp3.0
    │   │   │           │   │       │   ├── Microsoft.Win32.SystemEvents.dll
    │   │   │           │   │       │   ├── System.Drawing.Common.dll
    │   │   │           │   │       │   └── System.Windows.Extensions.dll
    │   │   │           │   │       ├── netcoreapp3.1
    │   │   │           │   │       │   └── Microsoft.Data.SqlClient.dll
    │   │   │           │   │       └── netstandard2.0
    │   │   │           │   │           ├── System.Runtime.Caching.dll
    │   │   │           │   │           └── System.Security.Cryptography.ProtectedData.dll
    │   │   │           │   ├── win-arm
    │   │   │           │   │   └── native
    │   │   │           │   │       └── Microsoft.Data.SqlClient.SNI.dll
    │   │   │           │   ├── win-arm64
    │   │   │           │   │   └── native
    │   │   │           │   │       └── Microsoft.Data.SqlClient.SNI.dll
    │   │   │           │   ├── win-x64
    │   │   │           │   │   └── native
    │   │   │           │   │       ├── Microsoft.Data.SqlClient.SNI.dll
    │   │   │           │   │       ├── comerr64.dll
    │   │   │           │   │       ├── gssapi64.dll
    │   │   │           │   │       ├── k5sprt64.dll
    │   │   │           │   │       ├── krb5_64.dll
    │   │   │           │   │       └── krbcc64.dll
    │   │   │           │   └── win-x86
    │   │   │           │       └── native
    │   │   │           │           └── Microsoft.Data.SqlClient.SNI.dll
    │   │   │           ├── tr
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           ├── zh-Hans
    │   │   │           │   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │           │   └── Microsoft.CodeAnalysis.resources.dll
    │   │   │           └── zh-Hant
    │   │   │               ├── Microsoft.CodeAnalysis.CSharp.resources.dll
    │   │   │               └── Microsoft.CodeAnalysis.resources.dll
    │   │   ├── core.api.csproj
    │   │   ├── core.api.csproj.user
    │   │   ├── filter
    │   │   │   ├── GlobalExceptionsFilter.cs
    │   │   │   └── HelloFilter.cs
    │   │   ├── help
    │   │   │   ├── ApiVersions.cs
    │   │   │   ├── AppSettings.cs
    │   │   │   ├── IJWTService.cs
    │   │   │   ├── JWTService.cs
    │   │   │   ├── SerializeHelper.cs
    │   │   │   ├── SqlsugarSetup.cs
    │   │   │   └── UserInfo.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   └── net6.0
    │   │   │   │       ├── apphost.exe
    │   │   │   │       ├── core.api.AssemblyInfo.cs
    │   │   │   │       ├── core.api.AssemblyInfoInputs.cache
    │   │   │   │       ├── core.api.GeneratedMSBuildEditorConfig.editorconfig
    │   │   │   │       ├── core.api.GlobalUsings.g.cs
    │   │   │   │       ├── core.api.MvcApplicationPartsAssemblyInfo.cache
    │   │   │   │       ├── core.api.MvcApplicationPartsAssemblyInfo.cs
    │   │   │   │       ├── core.api.assets.cache
    │   │   │   │       ├── core.api.csproj.AssemblyReference.cache
    │   │   │   │       ├── core.api.csproj.BuildWithSkipAnalyzers
    │   │   │   │       ├── core.api.csproj.CopyComplete
    │   │   │   │       ├── core.api.csproj.CoreCompileInputs.cache
    │   │   │   │       ├── core.api.csproj.FileListAbsolute.txt
    │   │   │   │       ├── core.api.dll
    │   │   │   │       ├── core.api.genruntimeconfig.cache
    │   │   │   │       ├── core.api.pdb
    │   │   │   │       ├── core.api.xml
    │   │   │   │       ├── ref
    │   │   │   │       │   └── core.api.dll
    │   │   │   │       ├── refint
    │   │   │   │       │   └── core.api.dll
    │   │   │   │       ├── staticwebassets
    │   │   │   │       │   ├── msbuild.build.core.api.props
    │   │   │   │       │   ├── msbuild.buildMultiTargeting.core.api.props
    │   │   │   │       │   ├── msbuild.buildTransitive.core.api.props
    │   │   │   │       │   └── msbuild.core.api.Microsoft.AspNetCore.StaticWebAssets.props
    │   │   │   │       ├── staticwebassets.build.json
    │   │   │   │       ├── staticwebassets.development.json
    │   │   │   │       └── staticwebassets.pack.json
    │   │   │   ├── core.api.csproj.nuget.dgspec.json
    │   │   │   ├── core.api.csproj.nuget.g.props
    │   │   │   ├── core.api.csproj.nuget.g.targets
    │   │   │   ├── project.assets.json
    │   │   │   └── project.nuget.cache
    │   │   └── wwwroot
    │   │       ├── phton
    │   │       │   ├── 58517d69fc9e470fa646154c9877fab5.jpeg
    │   │       │   ├── b7046ea36e824cf2b264d5c97d1e3d43.jpeg
    │   │       │   ├── e5c2ef8487a14d43a68577f3f4301260.jpeg
    │   │       │   ├── ece2bc4ea8324725a0d1406e32e1c2b6.jpeg
    │   │       │   └── ee3238476c8f4b09b83ddfa2b87e3be9.jpeg
    │   │       └── sc
    │   │           ├── 478167b5905448bfb10cab0afffdf7fe.jpeg
    │   │           ├── da19297cb66d472ca9ca2b94b80be317.jpeg
    │   │           └── e4f20ef9fb4346408d5c8a6eb3e68aad.jpeg
    │   ├── core.api.sln
    │   ├── core.common
    │   │   ├── IPHelp
    │   │   │   └── IPHelp.cs
    │   │   ├── Log
    │   │   │   ├── ILoggerHelper.cs
    │   │   │   └── LogHelper.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       └── net6.0
    │   │   │           ├── core.common.deps.json
    │   │   │           ├── core.common.dll
    │   │   │           ├── core.common.pdb
    │   │   │           └── ref
    │   │   ├── core.common.csproj
    │   │   └── obj
    │   │       ├── Debug
    │   │       │   └── net6.0
    │   │       │       ├── core.common.AssemblyInfo.cs
    │   │       │       ├── core.common.AssemblyInfoInputs.cache
    │   │       │       ├── core.common.GeneratedMSBuildEditorConfig.editorconfig
    │   │       │       ├── core.common.GlobalUsings.g.cs
    │   │       │       ├── core.common.assets.cache
    │   │       │       ├── core.common.csproj.AssemblyReference.cache
    │   │       │       ├── core.common.csproj.BuildWithSkipAnalyzers
    │   │       │       ├── core.common.csproj.CoreCompileInputs.cache
    │   │       │       ├── core.common.csproj.FileListAbsolute.txt
    │   │       │       ├── core.common.dll
    │   │       │       ├── core.common.pdb
    │   │       │       ├── ref
    │   │       │       │   └── core.common.dll
    │   │       │       └── refint
    │   │       │           └── core.common.dll
    │   │       ├── core.common.csproj.nuget.dgspec.json
    │   │       ├── core.common.csproj.nuget.g.props
    │   │       ├── core.common.csproj.nuget.g.targets
    │   │       ├── project.assets.json
    │   │       └── project.nuget.cache
    │   ├── core.model
    │   │   ├── ConmonModel.cs
    │   │   ├── JWTTokenOption.cs
    │   │   ├── MenusInfoResultDTO.cs
    │   │   ├── TasksQz.cs
    │   │   ├── VerifyCode.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       └── net6.0
    │   │   │           ├── core.model.deps.json
    │   │   │           ├── core.model.dll
    │   │   │           ├── core.model.pdb
    │   │   │           └── ref
    │   │   ├── core.model.csproj
    │   │   ├── dictionary.cs
    │   │   ├── interfacelog.cs
    │   │   ├── loginlog.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   └── net6.0
    │   │   │   │       ├── core.model.AssemblyInfo.cs
    │   │   │   │       ├── core.model.AssemblyInfoInputs.cache
    │   │   │   │       ├── core.model.GeneratedMSBuildEditorConfig.editorconfig
    │   │   │   │       ├── core.model.GlobalUsings.g.cs
    │   │   │   │       ├── core.model.assets.cache
    │   │   │   │       ├── core.model.csproj.AssemblyReference.cache
    │   │   │   │       ├── core.model.csproj.BuildWithSkipAnalyzers
    │   │   │   │       ├── core.model.csproj.CoreCompileInputs.cache
    │   │   │   │       ├── core.model.csproj.FileListAbsolute.txt
    │   │   │   │       ├── core.model.dll
    │   │   │   │       ├── core.model.pdb
    │   │   │   │       ├── ref
    │   │   │   │       │   └── core.model.dll
    │   │   │   │       └── refint
    │   │   │   │           └── core.model.dll
    │   │   │   ├── core.model.csproj.nuget.dgspec.json
    │   │   │   ├── core.model.csproj.nuget.g.props
    │   │   │   ├── core.model.csproj.nuget.g.targets
    │   │   │   ├── project.assets.json
    │   │   │   └── project.nuget.cache
    │   │   ├── organization.cs
    │   │   ├── product.cs
    │   │   ├── productimg.cs
    │   │   ├── rolepermise.cs
    │   │   ├── searchfield.cs
    │   │   ├── sqllog.cs
    │   │   ├── sysmenu.cs
    │   │   ├── sysmenubutton.cs
    │   │   ├── sysmenufiled.cs
    │   │   ├── sysrole.cs
    │   │   ├── userrole.cs
    │   │   └── users.cs
    │   └── core.quartz
    │       ├── JobBase.cs
    │       ├── MyJob.cs
    │       ├── SyncJobFactory.cs
    │       ├── SyncJon.cs
    │       ├── bin
    │       │   └── Debug
    │       │       └── net6.0
    │       │           ├── core.model.dll
    │       │           ├── core.model.pdb
    │       │           ├── core.quartz.deps.json
    │       │           ├── core.quartz.dll
    │       │           ├── core.quartz.pdb
    │       │           └── ref
    │       ├── core.quartz.csproj
    │       └── obj
    │           ├── Debug
    │           │   └── net6.0
    │           │       ├── core.quartz.AssemblyInfo.cs
    │           │       ├── core.quartz.AssemblyInfoInputs.cache
    │           │       ├── core.quartz.GeneratedMSBuildEditorConfig.editorconfig
    │           │       ├── core.quartz.GlobalUsings.g.cs
    │           │       ├── core.quartz.assets.cache
    │           │       ├── core.quartz.csproj.AssemblyReference.cache
    │           │       ├── core.quartz.csproj.BuildWithSkipAnalyzers
    │           │       ├── core.quartz.csproj.CopyComplete
    │           │       ├── core.quartz.csproj.CoreCompileInputs.cache
    │           │       ├── core.quartz.csproj.FileListAbsolute.txt
    │           │       ├── core.quartz.dll
    │           │       ├── core.quartz.pdb
    │           │       ├── ref
    │           │       │   └── core.quartz.dll
    │           │       └── refint
    │           │           └── core.quartz.dll
    │           ├── core.quartz.csproj.nuget.dgspec.json
    │           ├── core.quartz.csproj.nuget.g.props
    │           ├── core.quartz.csproj.nuget.g.targets
    │           ├── project.assets.json
    │           └── project.nuget.cache
    └── layuimini-v2
        ├── LICENSE
        ├── api
        │   ├── clear.json
        │   ├── init.json
        │   ├── menus.json
        │   ├── table.json
        │   ├── tableSelect.json
        │   └── upload.json
        ├── css
        │   ├── layuimini.css
        │   ├── public.css
        │   └── themes
        │       └── default.css
        ├── images
        │   ├── 1694750712244.png
        │   ├── 1694750747476.png
        │   ├── 1694750757798.png
        │   ├── 1694750771240.png
        │   ├── 1694750780788.png
        │   ├── 1694750793353.png
        │   ├── 1694750818199.png
        │   ├── 1694750828271.png
        │   ├── 1695269027435.png
        │   ├── 1695269679450.png
        │   ├── bg.jpg
        │   ├── captcha.jpg
        │   ├── donate_qrcode.png
        │   ├── favicon.ico
        │   ├── home.png
        │   ├── icon-login.png
        │   ├── loginbg.png
        │   └── logo.png
        ├── index.html
        ├── js
        │   ├── lay-config.js
        │   └── lay-module
        │       ├── count
        │       │   └── count.js
        │       ├── custom
        │       │   ├── common.js
        │       │   └── utils.js
        │       ├── echarts
        │       │   ├── echarts.js
        │       │   └── echartsTheme.js
        │       ├── iconPicker
        │       │   └── iconPickerFa.js
        │       ├── layarea
        │       │   └── layarea.js
        │       ├── layuimini
        │       │   ├── miniAdmin.js
        │       │   ├── miniMenu.js
        │       │   ├── miniTab.js
        │       │   ├── miniTheme.js
        │       │   └── miniTongji.js
        │       ├── selectPlus
        │       │   └── selectPlus.js
        │       ├── step-lay
        │       │   ├── step.css
        │       │   └── step.js
        │       ├── tableEdit
        │       │   └── tableEdit.js
        │       ├── tableSelect
        │       │   └── tableSelect.js
        │       ├── tableTree
        │       │   └── tableTree.js
        │       ├── treeSelect
        │       │   └── treeSelect.js
        │       ├── treetable-lay
        │       │   ├── treetable.css
        │       │   └── treetable.js
        │       ├── wangEditor
        │       │   ├── fonts
        │       │   │   └── w-e-icon.woff
        │       │   ├── wangEditor.css
        │       │   ├── wangEditor.js
        │       │   ├── wangEditor.min.css
        │       │   ├── wangEditor.min.js
        │       │   └── wangEditor.min.js.map
        │       └── xm-selec
        │           └── xm-select.js
        ├── lib
        │   ├── axio
        │   │   └── axios.min.js
        │   ├── font-awesome-4.7.0
        │   │   ├── HELP-US-OUT.txt
        │   │   ├── css
        │   │   │   ├── font-awesome.css
        │   │   │   └── font-awesome.min.css
        │   │   ├── fonts
        │   │   │   ├── FontAwesome.otf
        │   │   │   ├── fontawesome-webfont.eot
        │   │   │   ├── fontawesome-webfont.svg
        │   │   │   ├── fontawesome-webfont.ttf
        │   │   │   ├── fontawesome-webfont.woff
        │   │   │   └── fontawesome-webfont.woff2
        │   │   ├── less
        │   │   │   ├── animated.less
        │   │   │   ├── bordered-pulled.less
        │   │   │   ├── core.less
        │   │   │   ├── fixed-width.less
        │   │   │   ├── font-awesome.less
        │   │   │   ├── icons.less
        │   │   │   ├── larger.less
        │   │   │   ├── list.less
        │   │   │   ├── mixins.less
        │   │   │   ├── path.less
        │   │   │   ├── rotated-flipped.less
        │   │   │   ├── screen-reader.less
        │   │   │   ├── stacked.less
        │   │   │   └── variables.less
        │   │   └── scss
        │   │       ├── _animated.scss
        │   │       ├── _bordered-pulled.scss
        │   │       ├── _core.scss
        │   │       ├── _fixed-width.scss
        │   │       ├── _icons.scss
        │   │       ├── _larger.scss
        │   │       ├── _list.scss
        │   │       ├── _mixins.scss
        │   │       ├── _path.scss
        │   │       ├── _rotated-flipped.scss
        │   │       ├── _screen-reader.scss
        │   │       ├── _stacked.scss
        │   │       ├── _variables.scss
        │   │       └── font-awesome.scss
        │   ├── jq-module
        │   │   ├── jquery.particleground.min.js
        │   │   ├── paigusu.min.js
        │   │   └── zyupload
        │   │       ├── zyupload-1.0.0.min.css
        │   │       └── zyupload-1.0.0.min.js
        │   ├── jquery-3.4.1
        │   │   └── jquery-3.4.1.min.js
        │   └── layui-v2.6.3
        │       ├── css
        │       │   ├── layui.css
        │       │   └── modules
        │       │       ├── code.css
        │       │       ├── laydate
        │       │       │   └── default
        │       │       │       └── laydate.css
        │       │       └── layer
        │       │           └── default
        │       │               ├── icon-ext.png
        │       │               ├── icon.png
        │       │               ├── layer.css
        │       │               ├── loading-0.gif
        │       │               ├── loading-1.gif
        │       │               └── loading-2.gif
        │       ├── font
        │       │   ├── iconfont.eot
        │       │   ├── iconfont.svg
        │       │   ├── iconfont.ttf
        │       │   ├── iconfont.woff
        │       │   ├── iconfont.woff2
        │       │   └── layui.js
        │       └── layui.js
        ├── login.html
        └── page
            ├── 404.html
            ├── add
            │   ├── adduser.html
            │   ├── dictionaryadd.html
            │   ├── organizationadd.html
            │   ├── roleadd.html
            │   ├── rolepermise.html
            │   ├── searchadd.html
            │   ├── shangpinadd.html
            │   ├── sysbuttonadd.html
            │   ├── sysmenuadd.html
            │   └── sysmenufiledadd.html
            ├── addcommon.html
            ├── common.html
            ├── defalut.html
            ├── loginfo
            │   ├── interfacelog.html
            │   └── loginlog.html
            ├── menu
            │   ├── dictionary.html
            │   ├── management.html
            │   ├── organization.html
            │   ├── role.html
            │   ├── searchlist.html
            │   ├── shangpin.html
            │   ├── sysbutton.html
            │   ├── sysmenufiled.html
            │   ├── sysmenulist.html
            │   ├── tanlecolumns.html
            │   └── user.html
            ├── table
            │   ├── add.html
            │   └── edit.html
            └── welcome-1.html

143 directories, 518 files


实例下载地址

.net 6 webapi +layuimini 小型后台管理系统,集成sqlsugar redis mysql 支持按钮级别权限

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 shaojiashun 发表于: 2023-10-10 16:34 58
有问题联系v: yunduandexiaomaibu

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警