cxhxy/app/store/model/food/SignLog.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

13 lines
189 B
PHP

<?php
namespace app\store\model\food;
use app\common\model\food\SignLog as SignLogModel;
/**
* 签到记录模型
*/
class SignLog extends SignLogModel
{
}