add entity for vehicle, vehicle-hist, ambulancetransportreq
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user