zainali5120
2021-03-17 cbcbaa6a1e96982b73091b0ac8927fafa27c6a39
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.rabbit.pricequeue.whole;
 
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
 
/**
 * @author wzy
 * @date 2021-01-27
 **/
public class WholeDataQueue {
 
    public static Map<String, WholePriceDataModel> MAP = new ConcurrentHashMap<String, WholePriceDataModel>();
}