lookup province, district, subDistrict IDs with parent filtering

This commit is contained in:
harid 2026-06-09 10:35:30 +07:00
parent b11f64143d
commit 0ab3445ad0
3 changed files with 34 additions and 6 deletions

View file

@ -12,6 +12,9 @@ namespace BMA.EHR.Recurit.Exam.Service.Models
[MaxLength(10), Column(Order = 2), Comment("รหัสไปรษณีย์")]
public string? zipCode { get; set; } = null;
[Column(Order = 3), Comment("รหัสอ้างอิงอำเภอ")]
public Guid? districtId { get; set; } = null;
// [Column(Order = 3), Comment("สถานะการใช้งาน")]
// public bool IsActive { get; set; } = true;