14 lines
212 B
Java
14 lines
212 B
Java
package com.nis.web.service.configuration;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
/**
|
|
* 在线媒体相关配置事务类
|
|
* @author dell
|
|
*
|
|
*/
|
|
@Service
|
|
public class MediaCfgService {
|
|
|
|
}
|