修改
This commit is contained in:
@ -21,6 +21,10 @@ public interface IJournalPageService: IBaseService<JournalPage>
|
||||
|
||||
Task<JournalPageV2Output> DetailAsync(long id);
|
||||
Task<bool> DeleteAsync(long id);
|
||||
|
||||
//Task<List<JournalPageNoArticleOutput>> PageNoArticleAsync(long id);
|
||||
/// <summary>
|
||||
/// 回调接口-自动铺码, 书页铺码后回调接口,更新书页的点阵码
|
||||
/// </summary>
|
||||
/// <param name="bookPagePrintDto"></param>
|
||||
/// <returns></returns>
|
||||
Task<bool> CallbackPageUpdatePageNo(JournalPagePrintDto journalPagePrintDto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user