2024-11-14 17:02:41 +08:00
|
|
|
package base
|
|
|
|
|
|
|
|
const (
|
|
|
|
CreatorID = "CreatorID"
|
|
|
|
ApproverID = "ApproverID"
|
|
|
|
ApplicantID = "ApplicantID"
|
|
|
|
|
|
|
|
CreatorKey = "CreatorKey"
|
|
|
|
ApproverKey = "ApproverKey"
|
|
|
|
ApplicantKey = "ApplicantKey"
|
2024-11-19 17:03:12 +08:00
|
|
|
|
|
|
|
TenantKey = "TenantKey"
|
|
|
|
AssociateKey = "AssociateKey"
|
2024-11-14 17:02:41 +08:00
|
|
|
)
|