<?php
namespace app\common\dao\store\product;
use app\common\dao\BaseDao;
use app\common\model\store\product\WithGoodsLog;
class WithGoodsLogDao extends BaseDao{
protected function getModel(): string{
return WithGoodsLog::class;
}