Commit 8fc83493 by guo_minglei@163.com

提交工具修改

parent 40467a8b
......@@ -11,6 +11,9 @@ import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
/**
* @author guo_m
*/
@Service
@Transactional(rollbackFor = Exception.class)
public class ApiNodeServiceImpl implements ApiNodeService {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment