SqlSugar ModelGeneration.rar
.net Core SqlSugar 实体生成工具 本项目是个控制台程序,可以通过数据库的表生成实体(包含实体注释), 只需要配置数据库连接和命名空间即可生成 如果需要生成某个表可以单独配置 生成路径可以自由配置,支持多数据库 { "Connections": { "DefaultConnect": "Data Source=192.168.1.xxx/orcl;User ID=xxx;Password=xxx;" }, "Settings": { "NameSpace": "DBModels",//命名空间 "RelativePath": "AuthService/Models",//相对路径地址 "FullPath": "",//全路径地址 填写以后 相对路径地址失效 "GenerateTables": "USER" //需要生成的表名 不填默认生成全部的表 } }
文件列表
SqlSugar-ModelGeneration.rar
(预估有个64文件)
SqlSugar-ModelGeneration
Program.cs
8KB
ModelGeneration.csproj
560B
appsettings.json
303B
obj
Debug
netcoreapp3.1
ModelGeneration.csproj.FileListAbsolute.txt
5KB
ModelGeneration.assets.cache
61KB
ModelGeneration.AssemblyInfoInputs.cache
42B
暂无评论