删除无用代码.

This commit is contained in:
wangzhijiang
2024-03-12 11:50:21 +08:00
parent 3157459877
commit b2a4d1d38f
6 changed files with 0 additions and 214 deletions
@@ -1,7 +1,6 @@
package com.jero.modules.sys.controller;
import com.jero.modules.oss.service.IOSSFileService;
import com.jero.modules.system.util.SysWaterMarkUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@@ -17,9 +16,6 @@ import javax.annotation.Resource;
@RequestMapping("/sys/common")
public class SysCommonController {
@Resource
private SysWaterMarkUtil sysWaterMarkUtil;
@Resource
private IOSSFileService ossFileService;