feat:dish depot
This commit is contained in:
13
app/Constants/Common/DishCode.php
Normal file
13
app/Constants/Common/DishCode.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Constants\Common;
|
||||
|
||||
class DishCode
|
||||
{
|
||||
/***
|
||||
* @var int 1=未删除 2=已删除
|
||||
*/
|
||||
const int IS_NO_DEL = 1;
|
||||
const int IS_DELETE = 2;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user