14 lines
210 B
Java
14 lines
210 B
Java
|
|
package com.nis.web.service.configuration;
|
||
|
|
|
||
|
|
import org.springframework.stereotype.Service;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 特定协议相关配置事务类
|
||
|
|
* @author dell
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
@Service
|
||
|
|
public class AppCfgService {
|
||
|
|
|
||
|
|
}
|