修改一版

This commit is contained in:
he
2022-07-01 10:58:56 +08:00
parent 8a55fe3ad6
commit 9502beed12
7 changed files with 73 additions and 11 deletions
@@ -0,0 +1,18 @@
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public class GetMedicalReviewReadingTaskInDto
{
}
}