广告控制器
This commit is contained in:
parent
cd25bd4b8d
commit
ca3924520d
|
|
@ -0,0 +1,16 @@
|
|||
package com.ruoyi.content.controller;
|
||||
|
||||
import com.ruoyi.common.core.controller.BaseController;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
/**
|
||||
* @program: ruoyi->AdvertisementController
|
||||
* @description: 广告
|
||||
* @author: LiuShenlu
|
||||
* @create: 2021-03-23 16:26
|
||||
**/
|
||||
@Controller
|
||||
@RequestMapping("advert")
|
||||
public class AdvertisementController extends BaseController {
|
||||
}
|
||||
Loading…
Reference in New Issue