!4 优化setDec注释

Merge pull request !4 from master
This commit is contained in:
F4nniu (FastAdmin开源框架)
2023-11-28 07:43:39 +00:00
committed by Gitee

View File

@@ -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