|
@@ -1,4 +1,5 @@
|
|
|
-using Hotline.Share.Dtos;
|
|
|
+using Hotline.Settings.SystemLogDomain;
|
|
|
+using Hotline.Share.Dtos;
|
|
|
using Hotline.Share.Dtos.Article;
|
|
|
using Hotline.Share.Dtos.Snapshot;
|
|
|
|
|
@@ -187,6 +188,7 @@ public interface ISnapshotApplication
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
+ [LogToDatabase("ReplyCode")]
|
|
|
Task SaveGuiderSystemReplyAsync(GuiderSystemInDto dto, CancellationToken cancellationToken);
|
|
|
|
|
|
/// <summary>
|