2023-05-23 22:31:34 +07:00

8 lines
139 B
Java

package com.iconplus.smartproc.service.role;
import org.springframework.stereotype.Service;
@Service
public class GetRoleByIdService {
}