审查视图

simplewind/thinkphp/library/think/console/command/make/stubs/model.stub 96 字节
董瑞恩 authored
1 2 3 4 5 6 7 8 9 10
<?php

namespace {%namespace%};

use think\Model;

class {%className%} extends Model
{
    //
}