Change
This commit is contained in:
parent
2bfa6ae500
commit
064fe27f89
2 changed files with 8 additions and 2 deletions
|
|
@ -16,9 +16,7 @@ using Microsoft.AspNetCore.Http;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using Microsoft.Extensions.Configuration;
|
using Microsoft.Extensions.Configuration;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using System.Linq;
|
|
||||||
using System.Net.Http.Headers;
|
using System.Net.Http.Headers;
|
||||||
using System.Text;
|
|
||||||
using Command = BMA.EHR.Domain.Models.Commands.Core.Command;
|
using Command = BMA.EHR.Domain.Models.Commands.Core.Command;
|
||||||
using Profile = BMA.EHR.Domain.Models.HR.Profile;
|
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
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,9 @@ namespace BMA.EHR.Domain.Models.Commands.Core
|
||||||
[Column(TypeName = "text"), Comment("หมายเหตุ")]
|
[Column(TypeName = "text"), Comment("หมายเหตุ")]
|
||||||
public string Comment { get; set; } = string.Empty;
|
public string Comment { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[Column(TypeName = "text"), Comment("หมายเหตุแนวนอน")]
|
||||||
|
public string Comment2 { get; set; } = string.Empty;
|
||||||
|
|
||||||
[Comment("รหัสอ้างอิงไปยังข้อมูลผู้บรรจุ")]
|
[Comment("รหัสอ้างอิงไปยังข้อมูลผู้บรรจุ")]
|
||||||
public Guid? RefPlacementProfileId { get; set; }
|
public Guid? RefPlacementProfileId { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue