版本管理
continuous-integration/drone/push Build is running

This commit is contained in:
he
2026-05-06 14:01:39 +08:00
parent 7bfb6d2c5f
commit 4b8d9bf7bf
3 changed files with 111 additions and 10 deletions
@@ -1,4 +1,4 @@
using AutoMapper;
using AutoMapper;
using IRaCIS.Core.Application.Contracts;
using IRaCIS.Core.Application.Service.Reading.Dto;
using IRaCIS.Core.Application.ViewModel;
@@ -25,6 +25,8 @@ namespace IRaCIS.Core.Application.Service
CreateMap<Segmentation, SegmentationView>();
CreateMap<Segmentation, SegmentationAddOrEdit>().ReverseMap();
CreateMap<SegmentationVersion, SegmentationVersionView>();
// 在此处拷贝automapper 映射
CreateMap<SegmentBinding, SegmentBindingView>()