[Developer] #424 add backoffice schema initialization action
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.schema;
|
||||
|
||||
public record SchemaActionResult(
|
||||
String objectName,
|
||||
String action,
|
||||
String status,
|
||||
String message
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user