SportsService.java 167 B

12345678910
  1. package com.yihu.figure.service;
  2. import org.springframework.stereotype.Service;
  3. /**
  4. * Created by chenweida on 2017/3/6.
  5. */
  6. @Service
  7. public class SportsService {
  8. }