mirror of
https://gitee.com/hzchunfen/erp.git
synced 2026-01-16 13:29:04 +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;
|
|
|
|
} |