set minio service

This commit is contained in:
Kittapath 2023-03-31 12:11:23 +07:00
parent c76f29934b
commit 3ff5a4fa46
18 changed files with 2171 additions and 453 deletions

View file

@ -1,6 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel.DataAnnotations;
using BMA.EHR.Recurit.Exam.Service.Models.Documents;
namespace BMA.EHR.Recurit.Exam.Service.Models
{
@ -14,9 +15,13 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[Required, MaxLength(20), Comment("สถานะผู้สมัคร")]
public string Status { get; set; } = "register";
[Comment("เลขที่นั่งสอบ")]
public string? SeatNumber { get; set; }
[Comment("Id รูปโปรไฟล์")]
public virtual Document? ProfileImg { get; set; }
[Comment("คำนำหน้าชื่อ")]