Files
pgserver3.0/pgserver/thinkphp/library/think/console/command/make/stubs/model.stub
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

11 lines
96 B
Plaintext

<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}