tapi/app/entity/SysOrganization.php
2025-08-22 10:11:22 +08:00

14 lines
158 B
PHP

<?php
namespace app\entity;
use think\Entity;
/**
* 系统机构实体类
* @see \app\model\SysOrganization
*/
class SysOrganization extends Entity
{
}