fix
This commit is contained in:
parent
4dc8849b31
commit
cc251f7129
146 changed files with 2465 additions and 4785 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class Recruit : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitAddress : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitCertificate : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using BMA.EHR.Recruit.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitDocument : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitEducation : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using BMA.EHR.Recruit.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitImport : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using BMA.EHR.Recruit.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitImportDocument : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ using Microsoft.EntityFrameworkCore;
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitImportHistory : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using BMA.EHR.Recruit.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitImportImage: EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitOccupation : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitPayment : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class RecruitScore : EntityBase
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using BMA.EHR.Recruit.Service.Models.Documents;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using BMA.EHR.Recruit.Models.Documents;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Models.Recruits
|
||||
namespace BMA.EHR.Recruit.Models.Recruits
|
||||
{
|
||||
public class ScoreImport : EntityBase
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue