14 lines
158 B
PHP
14 lines
158 B
PHP
<?php
|
|
|
|
namespace app\entity;
|
|
|
|
use think\Entity;
|
|
|
|
/**
|
|
* 小满数据中心-平台实体
|
|
* @see \app\model\XmPlatform
|
|
*/
|
|
class XmPlatform extends Entity
|
|
{
|
|
|
|
} |