#d7a94
Back
2026/02/13
1 min read

條件樣板列表

條件樣板列表.md
6 additions, 2 deletions
... ... @@ -38,6 +38,8 @@
38 +| 1 | creator_name | String | | | 建立人員 |
39 +| 1 | updater_name | String | | | 更新人員 |
38 -| 2 | creator_id | Integer | | 建立 ID |
39 - | 2 | updater_id | Integer |  * | 更新 ID |
40 + | 2 | creator_id | Integer | | 建立 ID ([User.id](http://User.id)) |
41 +| 2 | updater_id | Integer |  * | 更新 ID ([User.id](http://User.id)) |
42 +| 2 | creator_name | String | | 建立人員 ([User.name](http://User.name)) |
43 +| 2 | updater_name | String | * | 更新人員 ([User.name](http://User.name)) |