| | |
| | | |
| | | @PostMapping("/student/queryUserAge") |
| | | HashMap<String, Object> queryUserAge(); |
| | | @PostMapping("/student/queryUserAge1") |
| | | HashMap<String, Object> queryUserAge1(); |
| | | @PostMapping("/student/getUserYYs") |
| | | List<Integer> getUserYYs(Integer id); |
| | | |
| | | @PostMapping("/student/queryUserAgeYys") |
| | | HashMap<String, Object> queryUserAgeYys(Integer id); |
| | | @PostMapping("/student/queryUserAgeStore") |
| | | HashMap<String, Object> queryUserAgeStore(Integer id); |
| | | |
| | | @PostMapping("/student/queryUserAgeYys1") |
| | | HashMap<String, Object> queryUserAgeYys1(Integer id); |
| | | @PostMapping("/student/queryUserAgeStore1") |
| | | HashMap<String, Object> queryUserAgeStore1(Integer id); |
| | | |
| | | @PostMapping("/student/getUserStore") |
| | | List<Integer> getUserStore(Integer id); |
| | | @PostMapping("/student/getUserPtVip") |
| | | List<Integer> getUserPtVip(); |
| | | |
| | | @PostMapping("/student/userAndVipPt") |
| | | HashMap<String, Object> userAndVipPt(Integer type); |
| | | |
| | | @PostMapping("/student/userAndVipYys") |
| | | HashMap<String, Object> userAndVipYys(Integer id); |
| | | @PostMapping("/student/userAndVipStore") |
| | | HashMap<String, Object> userAndVipStore(Integer id); |
| | | @PostMapping("/student/stuPt") |
| | | HashMap<String, Object> stuPt(); |
| | | |
| | | |
| | | } |