FileServiceInterface.php 284 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace Meibuyu\Micro\Service\Interfaces\File; interface FileServiceInterface { /** * @param string $type 类型编码 0001 * @param integer $number 生成条形码数量 100 * @return mixed */ public function generateBarCode($type, $number); }