* Fix comment.

This commit is contained in:
tianshujie98
2020-08-28 09:17:10 +08:00
parent 980edb8222
commit 4e0040435f
3 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ class design extends control
*
* @param int $productID
* @param string $type all|HLDS|DDS|DBDS|ADS
* @param string $param
* @param string $param myQueryID|queryID(This is a number)
* @param string $orderBy
* @param int $recTotal
* @param int $recPerPage

View File

@@ -12,7 +12,7 @@
class stage extends control
{
/**
* Browse designs
* Browse stages.
*
* @param string $orderBy
* @access public
@@ -30,7 +30,7 @@ class stage extends control
}
/**
* Create a stage
* Create a stage.
*
* @access public
* @return void
@@ -63,7 +63,7 @@ class stage extends control
}
/**
* Batch create
* Batch create stages.
*
* @access public
* @return void
@@ -95,7 +95,7 @@ class stage extends control
}
/**
* Edit a stage
* Edit a stage.
*
* @param int $stageID
* @access public
@@ -132,7 +132,7 @@ class stage extends control
}
/**
* Set type
* Set type.
*
* @access public
* @return void
@@ -160,7 +160,7 @@ class stage extends control
}
/**
* Delete a stage
* Delete a stage.
*
* @param int $stageID
* @param string $confirm

View File

@@ -14,7 +14,7 @@
class stageModel extends model
{
/**
* Create a stage
* Create a stage.
*
* @access public
* @return int|bool
@@ -33,7 +33,7 @@ class stageModel extends model
}
/**
* Batch create
* Batch create stages.
*
* @access public
* @return bool
@@ -64,7 +64,7 @@ class stageModel extends model
}
/**
* Update a stage
* Update a stage.
*
* @param int $stageID
* @access public
@@ -86,7 +86,7 @@ class stageModel extends model
}
/**
* Get stages
* Get stages.
*
* @param string $orderBy
* @access public
@@ -98,7 +98,7 @@ class stageModel extends model
}
/**
* Get pairs
* Get pairs of stage.
*
* @access public
* @return array
@@ -117,7 +117,7 @@ class stageModel extends model
}
/**
* Get by id
* Get a stage by id.
*
* @param int $stageID
* @access public