feat (general-consent): add crud
This commit is contained in:
@@ -17,6 +17,7 @@ type (
|
||||
CrudCode string
|
||||
DataApprovalCode string
|
||||
ProcessStatusCode string
|
||||
DocFormatTypeCode string
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -106,6 +107,11 @@ const (
|
||||
|
||||
PSCSuccess ProcessStatusCode = "success"
|
||||
PSCFailed ProcessStatusCode = "failed"
|
||||
|
||||
DFTCPDF DocFormatTypeCode = "pdf"
|
||||
DFTCTXLSX DocFormatTypeCode = "xlsx"
|
||||
DFTCTCSV DocFormatTypeCode = "csv"
|
||||
DFTCTXLS DocFormatTypeCode = "xls"
|
||||
)
|
||||
|
||||
func GetDayCodes() map[DayCode]string {
|
||||
|
||||
Reference in New Issue
Block a user