- <?php
- /**
- * 洛阳赤炎鹰网络科技有限公司
- * https://www.cyyvip.com
- * Copyright (c) 2022 赤店商城 All rights reserved.
- */
- namespace Common\Model;
- use Common\Model\CommonModel;
- class OptionsModel extends CommonModel{
-
- protected function _before_write(&$data) {
- parent::_before_write($data);
- }
-
-
- }
|