parent
dd495f9ca6
commit
de74cce68d
1 changed files with 11 additions and 0 deletions
@ -1,4 +1,15 @@ |
|||||||
package com.lq.cms.web.sys; |
package com.lq.cms.web.sys; |
||||||
|
|
||||||
|
import org.springframework.stereotype.Controller; |
||||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||||
|
|
||||||
|
/** |
||||||
|
* oss 控制类 |
||||||
|
* @author qi |
||||||
|
*/ |
||||||
|
@Controller |
||||||
|
@RequestMapping("/sys/oss") |
||||||
public class OssController { |
public class OssController { |
||||||
|
|
||||||
|
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue