添加业务配置控制层、事务层、数据层类
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.nis.web.service.configuration;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
* 特定协议相关配置事务类
|
||||
* @author dell
|
||||
*
|
||||
*/
|
||||
@Service
|
||||
public class AppCfgService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user