TaskSystem/app/common/model/contract/ShopContract.php
2023-09-13 15:54:15 +08:00

10 lines
157 B
PHP

<?php
namespace app\common\model\contract;
use app\common\model\BaseModel;
class ShopContract extends BaseModel
{
protected $name = 'shop_contract';
}