build auth sms

This commit is contained in:
Tue 2022-11-08 14:00:58 +07:00
commit bf3a9ed022
1 changed files with 0 additions and 4 deletions

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",