package com.gkhy.safePlatform.emergency.service.baseService.impl;
|
|
import com.gkhy.safePlatform.emergency.service.baseService.DemoInfoService;
|
import org.springframework.stereotype.Service;
|
|
@Service("demoInfoService")
|
public class DemoInfoServiceImpl implements DemoInfoService {
|
}
|