package com.yihu.jw.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; /** * Created by Trick on 2018/2/7. */ @Service @Transactional public class PatientArchivesSevice { }