package cn.com.lzt.sign.service.impl; import cn.com.lzt.sign.service.TBMessageService; import javax.transaction.Transactional; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; import org.springframework.stereotype.Service; @Service("tBMessageService") @Transactional public class TBMessageServiceImpl extends CommonServiceImpl implements TBMessageService {}