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

8 lines
115 B
PHP

<?php
namespace app\common\model;
class ShopMerchant extends BaseModel
{
protected $name = 'shop_merchant';
}