11 changed files with 16575 additions and 31 deletions
-
13src/Shentun.Peis.Application.Contracts/QueueRegisters/RoomQueueListDto.cs
-
33src/Shentun.Peis.Application/ChargeReports/ChargeReportAppService.cs
-
11src/Shentun.Peis.Application/DiagnosisFunctions/DiagnosisFunctionAppService.cs
-
6src/Shentun.Peis.Application/QueueRegisters/QueueRegisterAppService.cs
-
4src/Shentun.Peis.Domain/CardRegisters/CardRegisterManager.cs
-
6src/Shentun.Peis.Domain/CustomerOrgs/CustomerOrg.cs
-
4src/Shentun.Peis.EntityFrameworkCore/DbMapping/CardRegisters/CardRegisterDbMapping.cs
-
1src/Shentun.Peis.EntityFrameworkCore/DbMapping/CustomerOrgs/CustomerOrgDbMapping.cs
-
16453src/Shentun.Peis.EntityFrameworkCore/Migrations/20251215033322_card_register_delete_bitian.Designer.cs
-
63src/Shentun.Peis.EntityFrameworkCore/Migrations/20251215033322_card_register_delete_bitian.cs
-
12src/Shentun.Peis.EntityFrameworkCore/Migrations/PeisDbContextModelSnapshot.cs
16453
src/Shentun.Peis.EntityFrameworkCore/Migrations/20251215033322_card_register_delete_bitian.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,63 @@ |
|||
using Microsoft.EntityFrameworkCore.Migrations; |
|||
|
|||
#nullable disable |
|||
|
|||
namespace Shentun.Peis.Migrations |
|||
{ |
|||
public partial class card_register_delete_bitian : Migration |
|||
{ |
|||
protected override void Up(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.AlterColumn<string>( |
|||
name: "mobile_telephone", |
|||
table: "card_register", |
|||
type: "character varying(20)", |
|||
maxLength: 20, |
|||
nullable: true, |
|||
oldClrType: typeof(string), |
|||
oldType: "character varying(20)", |
|||
oldMaxLength: 20, |
|||
oldComment: "手机"); |
|||
|
|||
migrationBuilder.AlterColumn<string>( |
|||
name: "id_no", |
|||
table: "card_register", |
|||
type: "character varying(18)", |
|||
maxLength: 18, |
|||
nullable: true, |
|||
oldClrType: typeof(string), |
|||
oldType: "character varying(18)", |
|||
oldMaxLength: 18, |
|||
oldComment: "身份证号"); |
|||
} |
|||
|
|||
protected override void Down(MigrationBuilder migrationBuilder) |
|||
{ |
|||
migrationBuilder.AlterColumn<string>( |
|||
name: "mobile_telephone", |
|||
table: "card_register", |
|||
type: "character varying(20)", |
|||
maxLength: 20, |
|||
nullable: false, |
|||
defaultValue: "", |
|||
comment: "手机", |
|||
oldClrType: typeof(string), |
|||
oldType: "character varying(20)", |
|||
oldMaxLength: 20, |
|||
oldNullable: true); |
|||
|
|||
migrationBuilder.AlterColumn<string>( |
|||
name: "id_no", |
|||
table: "card_register", |
|||
type: "character varying(18)", |
|||
maxLength: 18, |
|||
nullable: false, |
|||
defaultValue: "", |
|||
comment: "身份证号", |
|||
oldClrType: typeof(string), |
|||
oldType: "character varying(18)", |
|||
oldMaxLength: 18, |
|||
oldNullable: true); |
|||
} |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue