diff --git a/app/model/Dictionary.php b/app/model/Dictionary.php index ee8ac52..8423827 100644 --- a/app/model/Dictionary.php +++ b/app/model/Dictionary.php @@ -10,6 +10,7 @@ use support\Model; * @property string $updated_at 更新时间 * @property string $key key * @property string $value value + * @property string $remark remark 备注 */ class Dictionary extends Model {