去除引用common.props
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
using System.Data;
|
||||
using JNPF.Common.Core.Manager;
|
||||
using JNPF.Common.Filter;
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.Common.Core.Manager;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using JNPF.Extras.Thirdparty.JSEngine;
|
||||
using JNPF.JsonSerialization;
|
||||
using JNPF.Logging.Attributes;
|
||||
using JNPF.Systems.Entitys.Permission;
|
||||
using JNPF.Systems.Entitys.System;
|
||||
using JNPF.TaskScheduler;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Cors;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
@@ -71,17 +65,17 @@ public class TestService : IDynamicApiController, ITransient
|
||||
}
|
||||
|
||||
|
||||
public async Task ImportMoldData()
|
||||
public async Task ImportMoldData()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public void xx(UserEntity user)
|
||||
{
|
||||
user.Account = "2312321";
|
||||
public void xx(UserEntity user)
|
||||
{
|
||||
user.Account = "2312321";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public void xx1(UserEntity user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user