@@ -0,0 +1,12 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.permission;
|
||||
|
||||
public record PermissionView(
|
||||
long permissionId,
|
||||
long roleId,
|
||||
String roleName,
|
||||
long objectId,
|
||||
String objectName,
|
||||
String action,
|
||||
String rules
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user