优化setDec注释

Signed-off-by: 椒颜玉米粒 <1336749157@qq.com>
This commit is contained in:
椒颜玉米粒
2023-11-28 07:08:01 +00:00
committed by Gitee
parent 0968118994
commit 559e3636b8

View File

@@ -1309,10 +1309,10 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
}
/**
* 字段值(延迟)增长
* 字段值(延迟)减少
* @access public
* @param string $field 字段名
* @param integer $step 增长
* @param integer $step 减少
* @param integer $lazyTime 延时时间(s)
* @return integer|true
* @throws Exception