订单、纠纷

This commit is contained in:
cano
2024-03-11 02:21:52 +08:00
parent 6d242ae973
commit 1161f06aeb
15 changed files with 855 additions and 53 deletions

8
app/Const/Prefix.php Normal file
View File

@ -0,0 +1,8 @@
<?php
namespace App\Const;
class Prefix{
const ORDER_SN_PREFIX = 'OD_';
}