TaskSystem/app/common/model/information/UserInformationgDemand.php

11 lines
133 B
PHP
Raw Normal View History

2023-07-29 15:57:31 +08:00
<?php
namespace app\common\model\information;
use app\common\model\BaseModel;
class UserInformationgDemand extends BaseModel
{
}