mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
init depresiasi
This commit is contained in:
@@ -581,6 +581,17 @@ const (
|
||||
KandangStatusActive KandangStatus = "ACTIVE"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// House Type
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
type HouseType string
|
||||
|
||||
const (
|
||||
HouseTypeOpenHouse HouseType = "open_house"
|
||||
HouseTypeCloseHouse HouseType = "close_house"
|
||||
)
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Marketing Type
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user