refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 0 additions and 4 deletions
Showing only changes of commit bf3a9ed022 - Show all commits

View File

@ -2,14 +2,12 @@ package subject
var prefixes = struct { var prefixes = struct {
Communication string Communication string
Withdraw string
Order string Order string
News string News string
Warehouse string Warehouse string
Location string Location string
Bank string Bank string
Supplier string Supplier string
Notification string
Seller string Seller string
AuthSMS string AuthSMS string
Selly string Selly string
@ -18,13 +16,11 @@ var prefixes = struct {
SupplierPermission string SupplierPermission string
}{ }{
Communication: "communication", Communication: "communication",
Withdraw: "withdraw",
Order: "order", Order: "order",
News: "news", News: "news",
Warehouse: "warehouse", Warehouse: "warehouse",
Location: "location", Location: "location",
Supplier: "supplier", Supplier: "supplier",
Notification: "notification",
Bank: "bank", Bank: "bank",
Seller: "seller", Seller: "seller",
AuthSMS: "auth_sms", AuthSMS: "auth_sms",