hyperf-view/builder/Generator/Stubs/dto.stub

15 lines
231 B
Plaintext

<?php
namespace {NAMESPACE};
use Builder\Interfaces\MineModelExcel;
use Builder\Annotation\ExcelData;
use Builder\Annotation\ExcelProperty;
/**
* {COMMENT}
*/
#[ExcelData]
class {CLASS_NAME} implements MineModelExcel
{
{LIST}
}