上传协议书
This commit is contained in:
9
app/tencent/model/Agreement.php
Normal file
9
app/tencent/model/Agreement.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\tencent\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class Agreement extends Model
|
||||
{
|
||||
protected $table = 'use_agreement';
|
||||
}
|
||||
Reference in New Issue
Block a user