添加excel模块
This commit is contained in:
11
Yi.Framework.Net6/test/Yi.Framework.Web/Test2Entity.cs
Normal file
11
Yi.Framework.Net6/test/Yi.Framework.Web/Test2Entity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Yi.Framework.Core.Attributes;
|
||||
using Yi.Framework.Core.DependencyInjection;
|
||||
|
||||
namespace Yi.Framework.Web
|
||||
{
|
||||
public class Test2Entity: ITransientDependency
|
||||
{
|
||||
[Autowired]
|
||||
public TestEntity testEntity { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user