门店端优化

This commit is contained in:
wong
2025-11-06 10:34:13 +08:00
parent 46c67e3bfd
commit 8daa0a5d5c
15 changed files with 1786 additions and 1933 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\store\model;
use think\Model;
class TrafficOrderModel extends Model
{
protected $name = 'traffic_order';
}