feat : catering
This commit is contained in:
20
app/Service/Admin/Print/PrintOrderInterface.php
Normal file
20
app/Service/Admin/Print/PrintOrderInterface.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* This service file is part of item.
|
||||
*
|
||||
* @author ctexthuang
|
||||
* @contact ctexthuang@qq.com
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Admin\Print;
|
||||
|
||||
interface PrintOrderInterface
|
||||
{
|
||||
public function printList();
|
||||
|
||||
public function printSingleOrder();
|
||||
|
||||
public function printCancel();
|
||||
}
|
||||
Reference in New Issue
Block a user