TaskSystem/app/common/model/ShopMerchantSettleinLog.php

8 lines
137 B
PHP
Raw Normal View History

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