perf(系统设置): 删除空代码类

This commit is contained in:
Jianguo-Genius 2024-05-31 11:08:57 +08:00 committed by 刘瑞斌
parent aff87164ad
commit 13ed85e91e
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
package io.metersphere.system.service;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
@Transactional(rollbackFor = Exception.class)
public class NormalUserService {
}