เก็บประวัติการขยายเวลา
This commit is contained in:
parent
8dae449c62
commit
0c1ae31b22
12 changed files with 11898 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Discipline.Service.Requests
|
||||
{
|
||||
public class DisciplineCalendarRequest
|
||||
{
|
||||
public int year { get; set; }//
|
||||
public int month { get; set; }//
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue