kinosaal crud
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandDeleteKinosaal {
|
||||
hall: Kinosaal {} ;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandDeleteKinosaalResponse {
|
||||
hall: Kinosaal {} ;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandUpdateKinosaal {
|
||||
hall: Kinosaal {} ;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandUpdateKinosaalResponse {
|
||||
hall: Kinosaal {} ;
|
||||
}
|
||||
@@ -22,7 +22,7 @@ ENTITY_PKG=de.infinimotion.model.bean
|
||||
ProjectVariable.MAVEN_ARTIFACT_ID=model
|
||||
ProjectVariable.MAVEN_GROUP_ID=de.infinimotion
|
||||
ProjectVariable.PROJECT_NAME=infinimodel
|
||||
ProjectVariable.PROJECT_VERSION=0.0.54
|
||||
ProjectVariable.PROJECT_VERSION=0.0.55
|
||||
ProjectVariable.REST_SERVER_PORT=3000
|
||||
ProjectVariable.REST_API_ROOT=/api/v1
|
||||
ProjectVariable.REST_URL_ROOT=http://localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user