yanghui
2022-12-02 a146d8f5d32045ffeef40be9782dfbe80121712b
1
2
3
4
5
6
7
8
9
10
11
12
package com.panzhihua.service_community.service;
 
/**
 * 国务院防疫数据服务层
 * @author zzj
 */
public interface CodDataService {
    /**
     * 获取风险区数据
     */
    public void getCodData();
}