This commit is contained in:
wanyongkang
2020-10-23 19:05:34 +08:00
parent fe0f0a63b3
commit 6390d6f8a7
3 changed files with 100 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-22 16:13:41
* @LastEditors: kangkang
* @LastEditTime: 2020-10-23 17:07:07
*/
namespace app\order\model;
use fastphp\base\Model;
class IncomeCheck extends Model
{
protected $table = 'income_check';
}