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

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using JNPF.Common.Security;
namespace Tnb.BasicData.Entitys.Dto
{
public class BasicDataTreeOutput : TreeModel
{
}
}