9 lines
81 B
PHP
9 lines
81 B
PHP
<?php
|
|
namespace App\Const;
|
|
|
|
class Prefix{
|
|
|
|
const ORDER_SN_PREFIX = 'SN_';
|
|
|
|
}
|