TaskSystem/app/common/model/contract/ShopContract.php

10 lines
157 B
PHP
Raw Normal View History

2023-09-13 15:54:15 +08:00
<?php
namespace app\common\model\contract;
use app\common\model\BaseModel;
class ShopContract extends BaseModel
{
protected $name = 'shop_contract';
}