master
Inspection
class Inspection extends BaseModel { const STATUS_WAITING = 0; const STATUS_ON_PROGRESS = 1; const STATUS_COMPLETED = 2;