上传协议书

This commit is contained in:
“wanyongkang”
2024-02-29 15:13:44 +08:00
parent 3d3f588690
commit ef2501c414
5 changed files with 242 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\tencent\model;
use fastphp\base\Model;
class Agreement extends Model
{
protected $table = 'use_agreement';
}