提现发送短信

This commit is contained in:
“wanyongkang”
2023-07-29 17:31:07 +08:00
parent 931a4895be
commit ec8e349f6f
2 changed files with 13 additions and 1 deletions

12
app/api/model/Manager.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
namespace app\api\model;
use fastphp\base\Model;
class Manager extends Model
{
protected $table = 'manager';
}