package com.xinquan.user.controller.management; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 用户观看历史 前端控制器 *
* * @author mitao * @since 2024-09-06 */ @RestController @RequestMapping("/user/app-user-viewing-history") public class MgtAppUserViewingHistoryController { }