Directed Parent class needed while creating a new class

I am creating a new class in a new application. There are no other classes, but the parent class is a mandatory field. It is throwing an error while I am trying to create the class leaving class inheritance blank.

Parent Class—

Please define a directed inheritance parent class.

@BestyHaris Inherit from work- as directed inheritance for work classes , if its a data class use data- and if not sure you can use @baseclass as well.