摘要: ```php /** * 生成单号 * @param null $model 模型 * @param string $key 缓存key * @param string $prefix 单号前缀 * @param string $field 单号字段 * @return bool|string */ public static function GetRef($model = null,$key 阅读全文
posted @ 2019-09-29 16:55 pine007 阅读(181) 评论(0) 推荐(0)