From 064fe27f8976acda110fb734b5fff3fad404b23f Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Wed, 11 Oct 2023 10:09:26 +0700 Subject: [PATCH] Change --- .../Repositories/Commands/CommandRepository.cs | 7 +++++-- BMA.EHR.Domain/Models/Commands/Core/CommandReceiver.cs | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs index a3a8278d..ef3c4184 100644 --- a/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs +++ b/BMA.EHR.Application/Repositories/Commands/CommandRepository.cs @@ -16,9 +16,7 @@ using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; -using System.Linq; using System.Net.Http.Headers; -using System.Text; using Command = BMA.EHR.Domain.Models.Commands.Core.Command; using Profile = BMA.EHR.Domain.Models.HR.Profile; @@ -6035,6 +6033,11 @@ namespace BMA.EHR.Application.Repositories.Commands } } + #endregion + + #region " Regenerate Json File " + + #endregion #endregion diff --git a/BMA.EHR.Domain/Models/Commands/Core/CommandReceiver.cs b/BMA.EHR.Domain/Models/Commands/Core/CommandReceiver.cs index 40b5e52d..75ff4f1c 100644 --- a/BMA.EHR.Domain/Models/Commands/Core/CommandReceiver.cs +++ b/BMA.EHR.Domain/Models/Commands/Core/CommandReceiver.cs @@ -30,6 +30,9 @@ namespace BMA.EHR.Domain.Models.Commands.Core [Column(TypeName = "text"), Comment("หมายเหตุ")] public string Comment { get; set; } = string.Empty; + [Column(TypeName = "text"), Comment("หมายเหตุแนวนอน")] + public string Comment2 { get; set; } = string.Empty; + [Comment("รหัสอ้างอิงไปยังข้อมูลผู้บรรจุ")] public Guid? RefPlacementProfileId { get; set; }