添加分割绑定
continuous-integration/drone/push Build is passing

This commit is contained in:
Hewt
2026-03-19 15:24:34 +08:00
parent 67216d1c92
commit c84fed8af1
9 changed files with 22295 additions and 0 deletions
@@ -25,6 +25,11 @@ namespace IRaCIS.Core.Application.Service
CreateMap<Segmentation, SegmentationView>();
CreateMap<Segmentation, SegmentationAddOrEdit>().ReverseMap();
// 在此处拷贝automapper 映射
CreateMap<SegmentBinding, SegmentBindingView>();
CreateMap<SegmentBinding, SegmentBindingAddOrEdit>().ReverseMap();
CreateMap<ReadingQuestionTrial, ReadingReportDto>()
.ForMember(d => d.QuestionId, u => u.MapFrom(s => s.Id));