perf(系统设置): 删除空代码类
This commit is contained in:
parent
aff87164ad
commit
13ed85e91e
|
@ -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 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue