20220406
This commit is contained in:
14
vendor/hg/apidoc/src/annotation/WithoutField.php
vendored
Normal file
14
vendor/hg/apidoc/src/annotation/WithoutField.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace hg\apidoc\annotation;
|
||||
|
||||
use Doctrine\Common\Annotations\Annotation;
|
||||
|
||||
/**
|
||||
* 排除模型的字段
|
||||
* @package hg\apidoc\annotation
|
||||
* @Annotation
|
||||
* @Target({"METHOD"})
|
||||
*/
|
||||
class WithoutField extends Annotation
|
||||
{}
|
||||
Reference in New Issue
Block a user