:art:updata:修正了一些细节问题,去除无用类

This commit is contained in:
hello-hao
2023-03-24 19:01:58 +08:00
parent 603e94bdb1
commit b6c2dee9e5
4 changed files with 3 additions and 34 deletions
@@ -28,7 +28,6 @@ public class ClientService {
@Autowired private KeysMapper keysMapper;
@Autowired private UploadConfigMapper uploadConfigMapper;
@Autowired private ImgMapper imgMapper;
@Autowired private ImgreviewMapper imgreviewMapper;
@Autowired private ImgTempService imgTempService;
@Autowired private GetSource getSource;
@Autowired private ImgViolationJudgeServiceImpl imgViolationJudgeService;