Parcourir la source

Merge branch 'feature/snapshot' into test

qinchaoyue il y a 3 mois
Parent
commit
59b3e4239c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/Hotline.Application/Snapshot/SnapshotOrderApplication.cs

+ 2 - 0
src/Hotline.Application/Snapshot/SnapshotOrderApplication.cs

@@ -356,6 +356,7 @@ public class SnapshotOrderApplication : IOrderSnapshotApplication, IScopeDepende
     /// </summary>
     /// <param name="dto"></param>
     /// <returns></returns>
+    [ExportExcel("工单标注日志")]
     public ISugarQueryable<LabelOrderSnapshotLogItemsOutDto> GetLabelOrderSnapshotLogItems(LabelOrderSnapshotLogItemsInDto dto)
     {
         var query = _snapshotLabelLogRepository.Queryable()
@@ -449,6 +450,7 @@ public class SnapshotOrderApplication : IOrderSnapshotApplication, IScopeDepende
     /// </summary>
     /// <param name="dto"></param>
     /// <returns></returns>
+    [ExportExcel("工单标注")]
     public ISugarQueryable<LabeledOrderSnapshotItemsOutDto> GetLabeledOrderSnapshotItems(LabeledOrderSnapshotItemsInDto dto)
     {
         var query = _orderSnapshotRepository.Queryable()