4 changed files with 17 additions and 3 deletions
@ -0,0 +1,14 @@ |
|||
<?php |
|||
declare (strict_types = 1); |
|||
|
|||
namespace app\model; |
|||
|
|||
use think\Model; |
|||
|
|||
/** |
|||
* @mixin \think\Model |
|||
*/ |
|||
class school_student_courses extends Model |
|||
{ |
|||
// |
|||
} |
|||
Loading…
Reference in new issue