Add API
ส่งออกข้อมูลผู้มิสิทธื์สอบ ส่งออกข้อมูลผู้สอบผ่านภาค ก.
This commit is contained in:
parent
b8109e80ac
commit
b1f8c78ced
34 changed files with 5935 additions and 8 deletions
22
Migrations/20230425031716_Add Field AnnouncementDate.cs
Normal file
22
Migrations/20230425031716_Add Field AnnouncementDate.cs
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class AddFieldAnnouncementDate : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue