kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.highdatas.mdm.service.act;
 
import org.springframework.stereotype.Service;
 
/**
 * @author kimi
 * @description
 * @date 2019-12-11 15:53
 */
 
@Service
public interface RuntimeService extends BaseService{
 
}