ipo
zyy
2026-01-09 7d9bf660d08d1b39af670e54dedf784e32080dc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package com.yami.trading.huobi.task;
 
import com.yami.trading.service.item.ItemService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
 
/**
 * 更新所有股票行情 [暂时弃用]
 * @哪吒出海
 */
//@Component
//@Lazy(value = false)
//@Slf4j
public class StockQuotesTask {
 
    //@Autowired
    //private ItemService itemService;
 
 
}