增加注释

This commit is contained in:
钱纯净
2024-11-15 21:42:05 +08:00
parent dc7e31f83e
commit 306bc545f3

View File

@@ -16,7 +16,7 @@ type HistoryMinuteTrade struct {
Time string //时间
Price Price //价格
Volume int //成交量
Status int //0是买1是卖2无效汇总出现
Status int //0是买1是卖2无效汇总出现中途也可能出现2,例20241115(sz000001)的14:56
}
func (this *HistoryMinuteTrade) String() string {