Files
cycle_api/app/Const/Prefix.php
2024-03-11 02:21:52 +08:00

9 lines
81 B
PHP

<?php
namespace App\Const;
class Prefix{
const ORDER_SN_PREFIX = 'OD_';
}