mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
19 lines
224 B
PHP
19 lines
224 B
PHP
<?php
|
|
|
|
namespace app\data\service;
|
|
|
|
use think\admin\Service;
|
|
|
|
/**
|
|
* 快递运输服务
|
|
* Class TruckService
|
|
* @package app\data\service
|
|
*/
|
|
class TruckService extends Service
|
|
{
|
|
public function amount()
|
|
{
|
|
|
|
}
|
|
|
|
} |