yanghui
2022-10-21 12fc808332a67c59a4e1c849c8c2b20df6801f18
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();
}