style: 完善测试描述
This commit is contained in:
@@ -15,6 +15,9 @@ namespace Yi.Abp.Application.Services
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class TestService : ApplicationService
|
public class TestService : ApplicationService
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 属性注入,不推荐,坑太多,容易把自己玩死,简单的东西可以用一用
|
||||||
|
/// </summary>
|
||||||
public ISqlSugarRepository<BannerEntity> sqlSugarRepository { get; set; }
|
public ISqlSugarRepository<BannerEntity> sqlSugarRepository { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user