mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
@@ -1309,10 +1309,10 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 字段值(延迟)增长
|
* 字段值(延迟)减少
|
||||||
* @access public
|
* @access public
|
||||||
* @param string $field 字段名
|
* @param string $field 字段名
|
||||||
* @param integer $step 增长值
|
* @param integer $step 减少值
|
||||||
* @param integer $lazyTime 延时时间(s)
|
* @param integer $lazyTime 延时时间(s)
|
||||||
* @return integer|true
|
* @return integer|true
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user