mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
修正注释
This commit is contained in:
@@ -129,7 +129,7 @@ trait SoftDelete
|
|||||||
* 获取软删除字段
|
* 获取软删除字段
|
||||||
* @access public
|
* @access public
|
||||||
* @param bool $read 是否查询操作 写操作的时候会自动去掉表别名
|
* @param bool $read 是否查询操作 写操作的时候会自动去掉表别名
|
||||||
* @return integer
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function getDeleteTimeField($read = false)
|
protected function getDeleteTimeField($read = false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user