2022-08-26 08:56:36 +00:00
|
|
|
package subject
|
|
|
|
|
|
|
|
var prefixes = struct {
|
2022-11-08 06:53:52 +00:00
|
|
|
Communication string
|
|
|
|
Order string
|
|
|
|
News string
|
|
|
|
Warehouse string
|
|
|
|
Location string
|
|
|
|
Bank string
|
|
|
|
Supplier string
|
|
|
|
Seller string
|
|
|
|
AuthSMS string
|
|
|
|
Selly string
|
2022-10-31 03:04:13 +00:00
|
|
|
SupplierPermission string
|
2022-11-08 07:05:17 +00:00
|
|
|
Withdraw string
|
2022-11-08 08:22:53 +00:00
|
|
|
Notification string
|
2022-11-14 07:47:20 +00:00
|
|
|
SocialPost string
|
2022-11-18 09:22:17 +00:00
|
|
|
Staff string
|
2022-11-21 22:43:02 +00:00
|
|
|
Segment string
|
2022-11-23 02:53:50 +00:00
|
|
|
SupplierUser string
|
|
|
|
SupplierRole string
|
2022-08-26 08:56:36 +00:00
|
|
|
}{
|
2022-11-08 06:53:52 +00:00
|
|
|
Communication: "communication",
|
|
|
|
Order: "order",
|
|
|
|
News: "news",
|
|
|
|
Warehouse: "warehouse",
|
|
|
|
Location: "location",
|
|
|
|
Supplier: "supplier",
|
|
|
|
Bank: "bank",
|
|
|
|
Seller: "seller",
|
|
|
|
AuthSMS: "auth_sms",
|
|
|
|
Selly: "selly",
|
|
|
|
SupplierUser: "supplier_user",
|
|
|
|
SupplierRole: "supplier_role",
|
2022-10-31 03:04:13 +00:00
|
|
|
SupplierPermission: "supplier_permission",
|
2022-11-08 07:05:17 +00:00
|
|
|
Withdraw: "withdraw",
|
2022-11-08 08:22:53 +00:00
|
|
|
Notification: "notification",
|
2022-11-14 07:47:20 +00:00
|
|
|
SocialPost: "social_post",
|
2022-11-18 09:22:17 +00:00
|
|
|
Staff: "staff",
|
2022-11-22 04:52:16 +00:00
|
|
|
Segment: "segment",
|
2022-08-26 08:56:36 +00:00
|
|
|
}
|