You've already forked FrameTour-BE
添加"模版"的基础业务接口和实现
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
package com.ycwl.basic.controller.pc;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* @Author:longbinbin
|
||||
* @Date:2024/12/3 16:11
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/api/template/v1")
|
||||
@Api(tags = "模板管理")
|
||||
public class TemplateController {
|
||||
|
||||
}
|
Reference in New Issue
Block a user