14 changed files with 16566 additions and 20 deletions
-
4ThirdPlugIns/Shentun.Peis.PlugIns.Gem/PatientRegisters/Qztl/ImportPatientRegisterPlugInsQztl.cs
-
2src/Shentun.Peis.Application.Contracts/MyUser/UserLoginDto.cs
-
9src/Shentun.Peis.Application.Contracts/PacsBusiness/ImportDeviceReportFileByPatientRegisterNoInputDto.cs
-
5src/Shentun.Peis.Application.Contracts/PeisReports/GetPatientRegisterReportDto.cs
-
49src/Shentun.Peis.Application/AsbitemMutualExclusions/AsbitemMutualExclusionAppService.cs
-
5src/Shentun.Peis.Application/MyUser/MyUserAppService.cs
-
27src/Shentun.Peis.Application/PacsBusiness/PacsBusinessAppService.cs
-
15src/Shentun.Peis.Application/PatientRegisters/PatientRegisterAppService.cs
-
6src/Shentun.Peis.Application/PeisReports/PeisReportAppService.cs
-
6src/Shentun.Peis.Domain/PatientRegisters/PatientRegister.cs
-
2src/Shentun.Peis.EntityFrameworkCore/DbMapping/PatientRegisters/PatientRegisterDbMapping.cs
-
16424src/Shentun.Peis.EntityFrameworkCore/Migrations/20251121102205_update_patient_register_add_report_print_operating.Designer.cs
-
27src/Shentun.Peis.EntityFrameworkCore/Migrations/20251121102205_update_patient_register_add_report_print_operating.cs
-
5src/Shentun.Peis.EntityFrameworkCore/Migrations/PeisDbContextModelSnapshot.cs
16424
src/Shentun.Peis.EntityFrameworkCore/Migrations/20251121102205_update_patient_register_add_report_print_operating.Designer.cs
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,27 @@ |
|||
using System; |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
#nullable disable |
|||
|
|||
namespace Shentun.Peis.Migrations |
|||
{ |
|||
public partial class update_patient_register_add_report_print_operating : Migration |
|||
{ |
|||
protected override void Up(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.AddColumn<Guid>( |
|||
name: "report_print_operating", |
|||
table: "patient_register", |
|||
type: "uuid", |
|||
nullable: true, |
|||
comment: "体检报告打印操作者"); |
|||
} |
|||
|
|||
protected override void Down(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.DropColumn( |
|||
name: "report_print_operating", |
|||
table: "patient_register"); |
|||
} |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue