This website requires JavaScript.
Explore
Help
Sign In
hitsword
/
fastadmin
mirror of
https://gitee.com/karson/fastadmin.git
Watch
1
Star
0
Fork
You've already forked fastadmin
0
Code
Issues
Releases
Wiki
Activity
9cae97054f
fastadmin
/
thinkphp
/
library
/
think
/
console
/
command
/
make
/
stubs
/
model.stub
11 lines
96 B
Plaintext
Raw
Blame
History
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}
Reference in New Issue
View Git Blame
Copy Permalink