movie importer and show planner
This commit is contained in:
11
TelosysTools/models/InfiniMotion/Plan.entity
Normal file
11
TelosysTools/models/InfiniMotion/Plan.entity
Normal file
@@ -0,0 +1,11 @@
|
||||
// Entity Plan
|
||||
|
||||
#BaseModel
|
||||
Plan {
|
||||
id: int { @Id @AutoIncremented @ObjectType } ;
|
||||
hall: Kinosaal { } ;
|
||||
movie: Film { } ;
|
||||
weekday: byte { @NotNull } ;
|
||||
time: time { @NotNull } ;
|
||||
first: date { @NotNull } ;
|
||||
}
|
||||
Reference in New Issue
Block a user