This website works better with JavaScript
Главная
Обзор
Помощь
Вход
zskk_bg
/
yuanchengpasc
Следить
7
В избранное
1
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
fe3db5d07f
Ветки
Метки
baiyin
bck20190724
bys20201228
cfda
dev
master
pro
yuanchengpacs3
浪潮v2.0
yuanchengpasc
/
thinkphp
/
library
/
think
/
console
/
command
/
make
/
stubs
/
model.stub
model.stub
96 B
История
Исходник
1
2
3
4
5
6
7
8
9
10
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}