TaskSystem/app/common/model/ShopMerchant.php

8 lines
115 B
PHP
Raw Normal View History

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