8 lines
139 B
Java
8 lines
139 B
Java
package com.iconplus.smartproc.service.role;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
@Service
|
|
public class GetRoleByIdService {
|
|
}
|