优化接口、仓储层
This commit is contained in:
@@ -8,7 +8,7 @@ using ZR.Model.System;
|
||||
|
||||
namespace ZR.Service.System.IService
|
||||
{
|
||||
public interface IArticleService //: IBaseService<Article>
|
||||
public interface IArticleService : IBaseService<Article>
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user