📝 docs(tsl): complete and lint codegen reference

This commit is contained in:
csh
2026-07-07 16:46:51 +08:00
parent 16e0992dd2
commit bbf6977f57
232 changed files with 39191 additions and 29763 deletions
@@ -1,6 +1,6 @@
# 数据仓库 / 通用
### `monthsBetween2(a_now, a_then)`
## `monthsBetween2(a_now, a_then)`
对月数:今天到下个月的今天(不包括)算一个完整月度,即一个对月。
@@ -11,7 +11,7 @@
返回:float
### `yearsBetween2(a_now, a_then)`
## `yearsBetween2(a_now, a_then)`
对年数:明年的今天(不包括)算一个完整年度,即一个对年。