lyfO_o
2022-07-01 d2a5e511df47d2e3f5577c201eac3d8e76d17dd8
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.safePlatform.emergency.service;
 
import com.gkhy.safePlatform.commons.vo.ResultVO;
import com.gkhy.safePlatform.emergency.entity.DemoInfo;
import org.springframework.beans.factory.annotation.Autowired;
 
public interface DemoService {
 
    ResultVO<DemoInfo> getById(Long id);
 
}