Commit dc49edce authored by zhangdongying's avatar zhangdongying

Merge branch 'feature-declaration_category_0927-zdy' into develop

parents 0e454b3d 12d875d9
<?php
/**
* 报关大类
*
* @author zhangdongying
* @date 2023-10-20
*/
declare(strict_types=1);
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface DeclarationCategoryServiceInterface
{
/**
* 获取可用列表
*
* @param array $columns 字段数组
* @return array
*/
public function getEnabledList(array $columns = ['*']): array;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment