6 changed files with 35 additions and 38 deletions
-
26src/Shentun.Pacs.Application/PacsDataMigrates/PacsDataMigrateAppService.cs
-
12src/Shentun.Pacs.Domain/BigtextResultTemplates/BigtextResultTemplate.cs
-
4src/Shentun.Pacs.Domain/BigtextResultTypes/BigtextResultType.cs
-
4src/Shentun.Pacs.Domain/ItemTypes/ItemType.cs
-
10src/Shentun.Pacs.EntityFrameworkCore/DbMapping/BigtextResultTypes/BigtextResultTypeDbMapping.cs
-
17src/Shentun.Pacs.EntityFrameworkCore/Migrations/PeisDbContextModelSnapshot.cs
@ -0,0 +1,26 @@ |
|||
using Microsoft.AspNetCore.Authorization; |
|||
using Microsoft.AspNetCore.Mvc; |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Services; |
|||
|
|||
namespace Shentun.Pacs.PacsDataMigrates |
|||
{ |
|||
/// <summary>
|
|||
/// 迁移老数据
|
|||
/// </summary>
|
|||
[ApiExplorerSettings(GroupName = "Work")] |
|||
//[Authorize]
|
|||
public class PacsDataMigrateAppService : ApplicationService |
|||
{ |
|||
|
|||
public PacsDataMigrateAppService() |
|||
{ |
|||
} |
|||
|
|||
|
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue