rentaiming
2024-06-03 6e8a55edef22faa7f7d5bbbccd727119a6fd918f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ruoyi.goods.controller.inner;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
 
/**
 * <p>
 * 会员商品浏览记录表 前端控制器
 * </p>
 *
 * @author mitao
 * @since 2024-05-30
 */
@RestController
@RequestMapping("/goods-browse-record")
public class GoodsBrowseRecordController {
 
}