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