updated code
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
import lombok.Data;
|
||||
import net.gepafin.tendermanagement.enums.UserActionContextEnum;
|
||||
|
||||
@Data
|
||||
public class ActionContextLabelResponse {
|
||||
private Long id;
|
||||
private UserActionContextEnum actionContext;
|
||||
private Long roleId;
|
||||
private Boolean isViewed;
|
||||
private String description;
|
||||
}
|
||||
Reference in New Issue
Block a user