去除引用common.props
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using OnceMi.AspNetCore.OSS;
|
||||
|
||||
namespace JNPF.Systems.Interfaces.Common;
|
||||
namespace JNPF.Systems.Interfaces.Common;
|
||||
|
||||
/// <summary>
|
||||
/// 通用控制器.
|
||||
|
||||
@@ -85,5 +85,5 @@ public interface IOrganizeService
|
||||
/// <param name="id"></param>
|
||||
/// <param name="type"></param>
|
||||
/// <returns></returns>
|
||||
Task<OrganizeEntity> GetAnyParentByWorkstationId(string id,string type);
|
||||
Task<OrganizeEntity> GetAnyParentByWorkstationId(string id, string type);
|
||||
}
|
||||
@@ -17,7 +17,7 @@ public interface ISocialsUserService
|
||||
|
||||
List<SocialsUserListOutput> GetLoginList(string ticket);
|
||||
|
||||
Task<string> Binding([FromQuery] SocialsUserInputModel model);
|
||||
Task<string> Binding([FromQuery] SocialsUserInputModel model);
|
||||
|
||||
Task<dynamic> GetSocialsUserInfo([FromQuery] SocialsUserInputModel model);
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.Systems.Entitys.Dto.User;
|
||||
using JNPF.Systems.Entitys.Dto.User;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
|
||||
namespace JNPF.Systems.Interfaces.Permission;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using JNPF.Common.Models.User;
|
||||
using System.Linq.Expressions;
|
||||
using JNPF.Common.Models.User;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace JNPF.Systems.Interfaces.Permission;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using System.Data;
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using JNPF.Common.Models;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
using System.Data;
|
||||
|
||||
namespace JNPF.Systems.Interfaces.System;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using JNPF.Systems.Entitys.Dto.ModuleColumn;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
|
||||
namespace JNPF.Systems.Interfaces.System;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Import Project="$(SolutionDir)\common.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
||||
Reference in New Issue
Block a user