Yw.Application.DMA.Core/Properties/PublishProfiles/FolderProfile.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Entry.DMA.Core/Yw.Entry.DMA.Core.csproj.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Service.DMA.Core/1-entity/DmaArea.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Service.DMA.Core/1-entity/DmaSite.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Service.DMA.Core/5-service/1-dma_area/DmaArea_Instance.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Service.DMA.Core/Properties/PublishProfiles/FolderProfile.pubxml.user | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Yw.Service.DMA.Core/Yw.Service.DMA.Core.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Yw.Application.DMA.Core/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@ --> <Project> <PropertyGroup> <History>True|2023-12-14T03:25:21.0608059Z;True|2023-12-14T09:22:56.3156463+08:00;True|2023-12-05T17:05:07.9898436+08:00;True|2023-12-05T17:04:51.8319435+08:00;True|2023-07-13T12:10:11.2591498+08:00;True|2023-05-25T18:02:16.3580168+08:00;True|2023-05-25T15:44:32.4909866+08:00;</History> <History>True|2023-12-14T08:15:09.1175216Z;True|2023-12-14T16:03:02.7254674+08:00;True|2023-12-14T11:25:21.0608059+08:00;True|2023-12-14T09:22:56.3156463+08:00;True|2023-12-05T17:05:07.9898436+08:00;True|2023-12-05T17:04:51.8319435+08:00;True|2023-07-13T12:10:11.2591498+08:00;True|2023-05-25T18:02:16.3580168+08:00;True|2023-05-25T15:44:32.4909866+08:00;</History> </PropertyGroup> </Project> Yw.Application.DMA.Core/Yw.Application.DMA.Core.csproj
@@ -7,7 +7,7 @@ <RootNamespace>Yw.Application</RootNamespace> <GenerateDocumentationFile>True</GenerateDocumentationFile> <GeneratePackageOnBuild>True</GeneratePackageOnBuild> <Version>1.0.2</Version> <Version>1.0.4</Version> </PropertyGroup> <ItemGroup> @@ -23,6 +23,9 @@ <Content Update="C:\Users\admin\.nuget\packages\yw.service.dma.core\1.0.0\contentFiles\any\net6.0\paras_dma_settings.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="C:\Users\admin\.nuget\packages\yw.service.dma.core\1.0.3\contentFiles\any\net6.0\paras_dma_settings.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="C:\Users\admin\.nuget\packages\yw.yitter.core\1.0.0\contentFiles\any\net6.0\paras_yitter_settings.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> @@ -30,7 +33,7 @@ <ItemGroup> <PackageReference Include="Yw.Application.Core" Version="1.2.9" /> <PackageReference Include="Yw.Service.DMA.Core" Version="1.0.2" /> <PackageReference Include="Yw.Service.DMA.Core" Version="1.0.4" /> </ItemGroup> <ItemGroup> Yw.Entry.DMA.Core/Yw.Entry.DMA.Core.csproj.user
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DebuggerFlavor>ProjectDebugger</DebuggerFlavor> </PropertyGroup> <PropertyGroup> <ActiveDebugProfile>IIS Express</ActiveDebugProfile> </PropertyGroup> </Project> Yw.Service.DMA.Core/1-entity/DmaArea.cs
@@ -19,6 +19,7 @@ this.BelongType = rhs.BelongType; this.BelongID = rhs.BelongID; this.Name = rhs.Name; this.Code = rhs.Code; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; Yw.Service.DMA.Core/1-entity/DmaSite.cs
@@ -19,6 +19,7 @@ this.BelongType = rhs.BelongType; this.BelongID = rhs.BelongID; this.Name = rhs.Name; this.Code = rhs.Code; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; Yw.Service.DMA.Core/5-service/1-dma_area/DmaArea_Instance.cs
@@ -19,7 +19,7 @@ //Entities to GetModels private static List<Model.DmaArea> Entity2Models(List<Entity.DmaArea> entities) { if (entities == null || entities.Count() < 1) if (entities == null || entities.Count < 1) return default; var mapper = new MapperConfiguration(cfg => cfg.CreateMap<Entity.DmaArea, Model.DmaArea>() .ForMember(d => d.Paras, opt => opt.MapFrom(src => ParasHelper.ToDictionary(src.Paras))) Yw.Service.DMA.Core/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@ --> <Project> <PropertyGroup> <History>True|2023-12-14T03:24:08.6483638Z;True|2023-12-14T09:18:59.7684854+08:00;True|2023-12-05T17:01:08.6045358+08:00;True|2023-12-05T17:00:59.6449800+08:00;True|2023-07-13T11:54:33.7989040+08:00;True|2023-07-13T11:54:23.3967174+08:00;True|2023-07-06T09:49:52.7407983+08:00;True|2023-05-25T15:37:23.5406830+08:00;False|2023-05-25T15:36:09.3589239+08:00;</History> <History>True|2023-12-14T08:14:15.6493020Z;True|2023-12-14T16:02:00.2140184+08:00;True|2023-12-14T16:01:54.5715660+08:00;True|2023-12-14T11:24:08.6483638+08:00;True|2023-12-14T09:18:59.7684854+08:00;True|2023-12-05T17:01:08.6045358+08:00;True|2023-12-05T17:00:59.6449800+08:00;True|2023-07-13T11:54:33.7989040+08:00;True|2023-07-13T11:54:23.3967174+08:00;True|2023-07-06T09:49:52.7407983+08:00;True|2023-05-25T15:37:23.5406830+08:00;False|2023-05-25T15:36:09.3589239+08:00;</History> </PropertyGroup> </Project> Yw.Service.DMA.Core/Yw.Service.DMA.Core.csproj
@@ -7,7 +7,7 @@ <RootNamespace>Yw</RootNamespace> <GenerateDocumentationFile>True</GenerateDocumentationFile> <GeneratePackageOnBuild>True</GeneratePackageOnBuild> <Version>1.0.2</Version> <Version>1.0.4</Version> <Description>å¼ç¨å级</Description> </PropertyGroup>