This website works better with JavaScript.
Explore
Help
Sign In
charles
/
wkcrm
Watch
2
Star
0
Fork
You've already forked wkcrm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9a69d54646
wkcrm
/
thinkphp
/
library
/
think
/
console
/
command
/
make
/
stubs
/
model.stub
11 lines
96 B
Raw
Blame
History
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}
Reference in new issue
View Git Blame
Copy Permalink