📦 deps(tsl): sync tsl-playbook from a71480a4

Source-Commit: a71480a4ae
This commit is contained in:
ci[bot]
2026-08-12 08:38:08 +08:00
parent 683f83d17c
commit 670ba950a6
1496 changed files with 292667 additions and 220122 deletions
@@ -0,0 +1,24 @@
# 数据仓库 / 条件判定
## `isTimePeriodInfoId(info_id)`
声明:function
判断是否是时段指标
<!-- tags: 数据仓库 条件判定 判断 检查 -->
| 参数 | 类型 | 说明 |
| --------- | ---- | -------------- |
| `info_id` | int | 整数。基本面Id |
返回:bool
### 示例
范例01:结果:1
```tsl
return IsTimePeriodInfoId(150003);
// 输出:1
```