22 lines
373 B
PHP
22 lines
373 B
PHP
<?php
|
|
|
|
/**
|
|
* TaxService.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-07-27 14:24:05
|
|
* @modified 2022-07-27 14:24:05
|
|
*/
|
|
|
|
namespace Beike\Shop\Services\TotalServices;
|
|
|
|
class TaxService
|
|
{
|
|
public static function getTotal()
|
|
{
|
|
|
|
}
|
|
}
|