📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,16 @@
# 金融函数 - 基本面 / 基本
## 函数
### `getReportFinanceByTime(id, timeable, next, day)`
查找比当前日期大的报告期数据;与当前股票相关。
| 参数 | 类型 | 说明 |
| ---------- | -------- | ---------------------------- |
| `id` | any | 整数,基本面ID |
| `timeable` | bool | 布尔值,表示是否和时间相关; |
| `next` | bool | 布尔值,表示是否向后查找; |
| `day` | datetime | 日期; |
返回:float