公告板
版本库
filestore
活动
搜索
登录
main
/
gp-client
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'完善'
admin
2022-09-09
60feedf43a35a9ca69d05095a01c5d1797b1bdc3
[gp-client.git]
/
ConsoleApplication
/
BaseCapture.h
1
2
3
4
5
6
7
8
9
#pragma once
class BaseCapture
{
public:
//ÉèÖÃÊÇ·ñ½»Ò×ʱ¶Îʶ±ð
static void setTradeTimeCapture(bool tradeTimeCapture);
};