API 1.0.22 Product app_version, sort, product_set

This commit is contained in:
Bossanyi Tibor
2020-12-27 07:58:53 +01:00
parent d1cd8c1ffa
commit be5551fbca
7 changed files with 39 additions and 18 deletions
@@ -18,6 +18,9 @@ data class Product (
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @get: NonNull var productId: Int,
@get: NotBlank var name: String = "",
@get: NotBlank var description: String = "",
@get: NonNull var app_version: String? = null,
@get: NonNull var product_set: Int? = null,
@get: NonNull var sort: Int? = null,
@get: NonNull var type: String? = null,
@get: NonNull var validFrom: String? = null,
@get: NonNull var validTo: String? = null,
@@ -16,6 +16,6 @@ logging.config=classpath:logback-spring.xml
logging.file=logs
# if the database structure has been changed, increment this version number
application.version=1.0.21
application.version=1.0.22
jwt.secret=aitrainer
+1 -1
View File
@@ -16,6 +16,6 @@ logging.config=classpath:logback-spring.xml
logging.file=logs
# if the database structure has been changed, increment this version number
application.version=1.0.21
application.version=1.0.22
jwt.secret=aitrainer