1、系统权限,组织管理,返回用户列表新增组织分类字段
2、新增根据表名清除表数据字段 3、根据表名动态建类功能接口
This commit is contained in:
14
Tnb.BasicData.Entitys/Dto/BasicDataTreeOutput.cs
Normal file
14
Tnb.BasicData.Entitys/Dto/BasicDataTreeOutput.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user