travel/service/app/model/DyOrderProductAppointments.php

17 lines
279 B
PHP
Raw Normal View History

2024-11-25 10:11:30 +08:00
<?php
namespace app\model;
use support\Log;
use think\facade\Db;
use support\Redis;
class DyOrderProductAppointments extends base {
protected $table = 'dy_order_appointments';
protected $json = [
'pay_info',
'book_info',
'buyer_info',
];
}