Files
hyperf_service/app/Constants/Common/DishCode.php
LAPTOP-7SGDREK0\shiweijun 6b38a6b732 feat:dish depot
2025-01-14 17:04:48 +08:00

13 lines
174 B
PHP

<?php
namespace App\Constants\Common;
class DishCode
{
/***
* @var int 1=未删除 2=已删除
*/
const int IS_NO_DEL = 1;
const int IS_DELETE = 2;
}