lyfO_o
2022-07-01 165b3cfcd8e604e70192865b9dcb3a12f3306e3b
1
2
3
4
5
6
7
8
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 {
}