cxfoot/models/common/event/UserAccountEvent.php
2023-10-27 14:25:12 +08:00

25 lines
332 B
PHP

<?php
/**
* @author Any
* @description KISS
* @date 2021年6月8日
* @version 1.0.0
*
* _____LOG_____
*
*/
namespace app\models\common\event;
use app\components\EncryptHelper;
use app\components\FlashStorage;
use app\components\SysErrCode;
use app\models\Balance;
class UserAccountEvent
{
}