fix null find all

This commit is contained in:
dirgantarasiahaan
2023-05-23 22:31:34 +07:00
parent c76c01a174
commit 93353f1352
10 changed files with 117 additions and 2 deletions
@@ -0,0 +1,7 @@
package com.iconplus.smartproc.service.role;
import org.springframework.stereotype.Service;
@Service
public class GetRoleByIdService {
}