RenwuMachineGetrecordModel.php 757 B

123456789101112131415161718192021222324252627
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | EasyAdmin
  4. // +----------------------------------------------------------------------
  5. // | PHP交流群: 763822524
  6. // +----------------------------------------------------------------------
  7. // | 开源协议 https://mit-license.org
  8. // +----------------------------------------------------------------------
  9. // | github开源项目:https://github.com/zhongshaofa/EasyAdmin
  10. // +----------------------------------------------------------------------
  11. namespace app\common\model;
  12. use app\common\model\TimeModel;
  13. use think\db\builder\Oracle;
  14. use think\facade\Db;
  15. class RenwuMachineGetrecordModel extends TimeModel
  16. {
  17. protected $name = 'renwu_machine_getrecord';
  18. }