添加通用计算服务
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
using IRaCIS.Core.Application.Service.Reading.Dto;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
public interface IGeneralCalculateService
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 获取ReadingCalculateDto
|
||||
/// </summary>
|
||||
/// <param name="visitTaskId"></param>
|
||||
/// <returns></returns>
|
||||
Task<ReadingCalculateDto> GetReadingCalculateDto(Guid visitTaskId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user