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

11 lines
134 B
PHP
Raw Normal View History

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