101captain
2022-08-01 beaebbce2afeab6931c2908a65a794e53cc51c4b
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();
}