Files
juipphp/app/api/model/ProductPackage.php

19 lines
294 B
PHP
Raw Normal View History

2021-02-02 17:39:52 +08:00
<?php
/*
* @Descripttion:
* @version:
* @Author: kangkang
* @Date: 2020-10-22 16:13:41
* @LastEditors: kangkang
* @LastEditTime: 2020-11-07 17:14:39
*/
namespace app\api\model;
use fastphp\base\Model;
class ProductPackage extends Model
{
protected $table = 'product_package';
}