Files
yusheng-php/thinkphp/library/think/console/command/make/stubs/model.stub

11 lines
96 B
Plaintext
Raw Normal View History

2025-08-08 11:25:39 +08:00
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}