API 1.0.22 Product app_version, sort, product_set
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user