Files
cycle_api/app/Const/Prefix.php
2024-03-25 06:15:36 +08:00

9 lines
81 B
PHP

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