上线金柚产品

This commit is contained in:
“wanyongkang”
2024-02-01 17:13:32 +08:00
parent 058b999606
commit 323ae40042
15 changed files with 1407 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\jinyou\model;
use fastphp\base\Model;
class ProductOrder extends Model
{
protected $table = 'product_order';
}