From 76dc8da552e1dd02116c848a7690bd581300cdeb Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 29 Aug 2023 08:25:14 +0800 Subject: [PATCH] * Add comment. --- module/execution/model.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module/execution/model.php b/module/execution/model.php index 513bb90eac..f687336a99 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -3231,9 +3231,10 @@ class executionModel extends model } /** - * Link story. + * 关联需求到项目或执行。 + * Link story for project or execution. * - * @param int $executionID + * @param int $executionID projectID|executionID * @param array $stories * @param string $extra * @param array $lanes