CollegeStudentStationFService.java 308 B

12345678910111213
  1. package com.cyksj.service.station;
  2. /**
  3. * 项目名: yhlxj2
  4. * 文件名: CollegeStudentStationFService
  5. * 创建者: JavaZou
  6. * 创建时间:2024/5/28 11:59
  7. */
  8. public interface CollegeStudentStationFService {
  9. void saveCollegeStudent(long userId, Integer type);
  10. Long getExperienceTicket(Long userId);
  11. }