Rental crawler

This commit is contained in:
GotPPay
2017-10-16 11:36:21 +02:00
parent b2787ebda5
commit 1743171cfd
3 changed files with 6 additions and 1 deletions

View File

@@ -7,4 +7,6 @@ export const CATEGORY_FLAT = 0;
export const CATEGORY_HOUSE = 1;
export const CATEGORY_OFFICE = 2;
export const CATEGORY_LAND = 3;
export const CATEGORY_APARTMENT = 4;
export const CATEGORY_GARAGE = 5;