addClassName('Service'); } public function getModelClass(): ServiceModel { return new ServiceModel(); } public function getEntityClass(): ServiceEntity { return new ServiceEntity(); } public function getFields(): array { return [ "clientinfo_uid", "type", "rack", "billing_at", "start_at", "end_at", "status", ]; } public function getFilterFields(): array { return ["clientinfo_uid", 'type', 'status']; } public function getBatchJobFields(): array { return ['type', 'status']; } }