Commit 0d25ff87 authored by 周智鹏's avatar 周智鹏

文件系统

parent 5e2d50c1
<?php
namespace Meibuyu\Micro\Service\Interfaces\File;
interface FileServiceInterface
{
/**
* @param string $type 类型编码 0001
* @param integer $number 生成条形码数量 100
* @return mixed
*/
public function generateBarCode($type, $number);
}
\ 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