Commit ba16a504 authored by clone's avatar clone

生成的无用数据

parent d1d5b816
<?php
namespace app\app\controller;
class Test
{
}
\ No newline at end of file
<?php
namespace app\app\controller;
class UserType
{
}
\ No newline at end of file
<?php
namespace app\app\model;
use think\Model;
class User extends Model
{
}
\ No newline at end of file
<?php
namespace app\app\model;
use think\Model;
class UserType extends Model
{
}
\ No newline at end of file
<?php
namespace app\index\controller;
class Test
{
}
\ No newline at end of file
<?php
namespace app\index\controller;
class UserType
{
}
\ No newline at end of file
<?php
namespace app\index\model;
use think\Model;
class User extends Model
{
}
\ No newline at end of file
<?php
namespace app\index\model;
use think\Model;
class UserType extends Model
{
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment