广告控制器

This commit is contained in:
zkr_liushenlu 2021-03-23 16:28:06 +08:00
parent cd25bd4b8d
commit ca3924520d
1 changed files with 16 additions and 0 deletions

View File

@ -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 {
}