add entity for vehicle, vehicle-hist, ambulancetransportreq

This commit is contained in:
vanilia
2025-10-16 13:31:51 +07:00
parent a8e41f055c
commit e663fa0451
9 changed files with 178 additions and 15 deletions
@@ -14,6 +14,7 @@ type (
PaymentMethodCode string
DataAvailabilityCode string
DataVerifiedCode string
CrudCode string
)
const (
@@ -91,6 +92,10 @@ const (
PMCInsurance PaymentMethodCode = "insurance" // Asuransi
PMCMembership PaymentMethodCode = "membership" // Member
CCCreate CrudCode = "c" // Create
CCRead CrudCode = "r" // Read
CCUpdate CrudCode = "u" // Update
CCDelete CrudCode = "d" // Delete
)
func GetDayCodes() map[DayCode]string {