1、系统权限,组织管理,返回用户列表新增组织分类字段

2、新增根据表名清除表数据字段
3、根据表名动态建类功能接口
This commit is contained in:
DEVICE8\12494
2023-04-04 19:13:12 +08:00
parent 92291d66c2
commit 72f25fad66
5 changed files with 120 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
@@ -11,8 +11,4 @@
<ProjectReference Include="..\common\Tnb.SqlSugar\Tnb.SqlSugar.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Dto\" />
</ItemGroup>
</Project>