✨ 文章新增是否公开字段
This commit is contained in:
@@ -7,6 +7,7 @@ namespace ZR.Service.System.IService
|
||||
public interface IArticleService : IBaseService<Article>
|
||||
{
|
||||
PagedInfo<ArticleDto> GetList(ArticleQueryDto parm);
|
||||
PagedInfo<ArticleDto> GetMyList(ArticleQueryDto parm);
|
||||
/// <summary>
|
||||
/// 修改文章管理
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user