订单、纠纷
This commit is contained in:
8
app/Const/Prefix.php
Normal file
8
app/Const/Prefix.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace App\Const;
|
||||
|
||||
class Prefix{
|
||||
|
||||
const ORDER_SN_PREFIX = 'OD_';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user