PatientArchivesSevice.java 248 B

12345678910111213
  1. package com.yihu.jw.service;
  2. import org.springframework.stereotype.Service;
  3. import org.springframework.transaction.annotation.Transactional;
  4. /**
  5. * Created by Trick on 2018/2/7.
  6. */
  7. @Service
  8. @Transactional
  9. public class PatientArchivesSevice {
  10. }