12 lines
82 B
PHP
12 lines
82 B
PHP
<?php
|
|
|
|
|
|
namespace app\model;
|
|
|
|
|
|
use think\Db;
|
|
|
|
class ReportDetail extends Base
|
|
{
|
|
|
|
} |