init depresiasi

This commit is contained in:
giovanni
2026-04-17 21:26:56 +07:00
parent a54c6184a2
commit fcde3b0a36
34 changed files with 3588 additions and 46 deletions
+11
View File
@@ -581,6 +581,17 @@ const (
KandangStatusActive KandangStatus = "ACTIVE"
)
// -------------------------------------------------------------------
// House Type
// -------------------------------------------------------------------
type HouseType string
const (
HouseTypeOpenHouse HouseType = "open_house"
HouseTypeCloseHouse HouseType = "close_house"
)
// -------------------------------------------------------------------
// Marketing Type
// -------------------------------------------------------------------