commit | author | age | ||
a18bfa | 1 | package com.codingapi.tm.netty.service.impl; |
Z | 2 | |
3 | import com.codingapi.tm.netty.service.IActionService; | |
4 | import org.springframework.stereotype.Service; | |
5 | ||
6 | /** | |
7 | * 通知事务回调 | |
8 | * create by lorne on 2017/11/11 | |
9 | */ | |
10 | @Service(value = "t") | |
11 | public class ActionTServiceImpl extends BaseSignalTaskService implements IActionService { | |
12 | ||
13 | ||
14 | } |