去除引用common.props
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.Systems.Entitys.Model.Organize;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Department;
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace JNPF.Systems.Entitys.Dto.OrganizeAdministrator;
|
||||
/// 机构分级管理创建输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class OrganizeAdminIsTratorCrInput: TreeModel
|
||||
public class OrganizeAdminIsTratorCrInput : TreeModel
|
||||
{
|
||||
/// <summary>
|
||||
/// 用户主键.
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
using System.Text.Json.Nodes;
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.Common.Models.User;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Socials;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.User;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.User;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using System;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.UsersCurrent;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.UsersCurrent;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.ComFields;
|
||||
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Database
|
||||
{
|
||||
@@ -13,7 +8,7 @@ namespace JNPF.Systems.Entitys.Dto.Database
|
||||
[SuppressSniffer]
|
||||
public class DatabaseTableDataCleanInput
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 数据库名称
|
||||
/// </summary>
|
||||
|
||||
@@ -36,5 +36,5 @@ public class DbSyncActionsExecuteInput
|
||||
/// <summary>
|
||||
/// 字段类型.
|
||||
/// </summary>
|
||||
public Dictionary<string,string> convertRuleMap { get; set; }
|
||||
public Dictionary<string, string> convertRuleMap { get; set; }
|
||||
}
|
||||
@@ -20,5 +20,5 @@ public class DbSyncOutput
|
||||
/// <summary>
|
||||
/// 映射字段.
|
||||
/// </summary>
|
||||
public Dictionary<string,List<string>> convertRuleMap { get; set; }
|
||||
public Dictionary<string, List<string>> convertRuleMap { get; set; }
|
||||
}
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.System.InterfaceOauth
|
||||
namespace JNPF.Systems.Entitys.Dto.System.InterfaceOauth
|
||||
{
|
||||
public class InterfaceOauthInput
|
||||
{
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Systems.Entitys.Dto.DataInterFace;
|
||||
using JNPF.Systems.Entitys.Dto.DataInterFace;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.System.InterfaceOauth
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.PrintDev;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace JNPF.Systems.Entitys.Dto.SysConfig;
|
||||
public class SetAdminInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 赋予超级管理员 Id 集合.
|
||||
/// </summary>
|
||||
/// 赋予超级管理员 Id 集合.
|
||||
/// </summary>
|
||||
public List<string> adminIds { get; set; }
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.SysLog;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user