mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 22:50:44 +00:00
11 lines
103 B
PHP
11 lines
103 B
PHP
<?php
|
|
|
|
namespace App\Http\Enum\Purchase;
|
|
|
|
|
|
class PurchaseConfigEnum
|
|
{
|
|
|
|
const IS_AUTO_CHECK = 0;
|
|
|
|
} |