This commit is contained in:
Tue 2022-10-11 14:17:07 +07:00
parent 1c10210bb9
commit cb7f37dea9
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ var prefixes = struct {
News string News string
Warehouse string Warehouse string
Location string Location string
Bank string
Supplier string Supplier string
Seller string Seller string
}{ }{
@ -15,5 +16,6 @@ var prefixes = struct {
Warehouse: "warehouse", Warehouse: "warehouse",
Location: "location", Location: "location",
Supplier: "supplier", Supplier: "supplier",
Bank: "bank",
Seller: "seller", Seller: "seller",
} }