* testtask: modify the comments of class member variables.

This commit is contained in:
liugang
2023-09-14 15:52:18 +08:00
parent 70f521fed9
commit 334ee8c767
+3 -1
View File
@@ -12,7 +12,8 @@
class testtask extends control
{
/**
* All products.
* 产品键值对。
* Product key-value pairs.
*
* @var array
* @access public
@@ -20,6 +21,7 @@ class testtask extends control
public $products = array();
/**
* 项目 ID。
* Project id.
*
* @var int