From df61b59dc302b0c313dcf975d975b73ca3eaae7b Mon Sep 17 00:00:00 2001 From: liuyunfeng Date: Fri, 23 Feb 2024 13:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Locations/DTOs/LocationDTO.cs | 1 + .../SplitPackings/SplitPackingRecAppService.cs | 2 -- .../SplitPackings/SplitPackingRecAutoMapperProfile.cs | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application.Contracts/Locations/DTOs/LocationDTO.cs b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application.Contracts/Locations/DTOs/LocationDTO.cs index c4ef5aa6c..b7db27277 100644 --- a/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application.Contracts/Locations/DTOs/LocationDTO.cs +++ b/be/Modules/BaseData/src/Win_in.Sfs.Basedata.Application.Contracts/Locations/DTOs/LocationDTO.cs @@ -1,3 +1,4 @@ +using System.ComponentModel.DataAnnotations; using Win_in.Sfs.Shared.Domain; using Win_in.Sfs.Shared.Domain.Shared; diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAppService.cs index 8ef438605..48086c839 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAppService.cs @@ -1,4 +1,3 @@ -/* using System; using System.Collections.Generic; using System.Linq; @@ -41,4 +40,3 @@ public class SplitPackingRecAppService : } } -*/ diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAutoMapperProfile.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAutoMapperProfile.cs index 096df08b8..b38e602a3 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAutoMapperProfile.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/SplitPackings/SplitPackingRecAutoMapperProfile.cs @@ -5,11 +5,11 @@ using Win_in.Sfs.Basedata.Domain; using Win_in.Sfs.Wms.Store.Domain; using Win_in.Sfs.Wms.Store.SplitPackings; -namespace Win_in.Sfs.Basedata.Application; +namespace Win_in.Sfs.Wms.Store.Application; public partial class StoreApplicationAutoMapperProfile : Profile { - public void SplitPackingRecAutoMapperProfile() + private void SplitPackingRecAutoMapperProfile() { CreateMap(); CreateMap();