@@ -46,6 +46,7 @@ public interface AuthInfoService {
* @param appInfo
* @param authEnum
* @param file
+ * @throws Exception
*/
public void saveAuthInfo(AppInfo appInfo, AuthEnum authEnum, byte[] file) throws Exception;
}
@@ -162,6 +162,8 @@ public class AuthInfoServiceImpl implements AuthInfoService {
*
+ * @param file
@Override
@Transactional