资金明细导出

This commit is contained in:
“wanyongkang”
2021-01-28 14:43:37 +08:00
parent 15241dd58e
commit d530291392
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-15 17:31:30
* @LastEditors: kangkang
* @LastEditTime: 2020-10-15 17:32:22
*/
namespace app\user\model;
use fastphp\base\Model;
class UserScore extends Model
{
protected $table = 'user_score';
}