DiverseYouthNightSchool/application/admin/command/Crud/stubs/relationmodel.stub

13 lines
184 B
Plaintext
Raw Normal View History

2024-11-04 10:49:10 +08:00
<?php
namespace {%modelNamespace%};
use think\Model;
class {%relationName%} extends Model
{
// 表名
protected ${%relationTableType%} = '{%relationTableTypeName%}';
}