lisy
2023-07-10 62d4c7e8c56592df98d706dfa13684ffbb85ee3f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.dsh.account.web;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
 
import org.springframework.web.bind.annotation.RestController;
 
/**
 * <p>
 * 用户积分变动记录 前端控制器
 * </p>
 *
 * @author jqs
 * @since 2023-07-10
 */
@RestController
@RequestMapping("/user-integral-changes")
public class UserIntegralChangesController {
 
}