This commit is contained in:
QuanTT0110 2022-11-08 15:22:53 +07:00
parent c95d28870f
commit 61498e1594
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ var prefixes = struct {
SupplierRole string
SupplierPermission string
Withdraw string
Notification string
}{
Communication: "communication",
Order: "order",
@ -30,4 +31,5 @@ var prefixes = struct {
SupplierRole: "supplier_role",
SupplierPermission: "supplier_permission",
Withdraw: "withdraw",
Notification: "notification",
}