📝 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,29 @@
# 金融函数 - 基金 / 基金经理
## 函数
### `fundManagerByEndt()`
在任基金经理,与系统参数(基金代码、日期)相关
返回:array
### `fundmanagerid2Funds(managerid)`
基金经理ID查询所有管理过的基金,与时间无关
| 参数 | 类型 | 说明 |
| ----------- | ------ | ------------------- |
| `managerid` | string | 字符串,基金经理名称 |
返回:array
### `fundmanagername2Id(managername)`
基金经理名称查询基金经理ID
| 参数 | 类型 | 说明 |
| ------------- | ------ | ------------------- |
| `managername` | string | 字符串,基金经理名称 |
返回:string