www.wdadmin.cn // +---------------------------------------------------------------------- namespace app\admin\model\wdsxh\points; use think\Model; class Logistics extends Model { // 表名 protected $name = 'wdsxh_points_order_logistics'; protected $type = [ 'send_time' => 'timestamp:Y-m-d H:i:s', ]; }