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

13 lines
184 B
Plaintext
Raw Permalink Normal View History

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