招标
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
311 B

3 years ago
<?php
/**
*
* Tender.php
* User: ChenLong
* DateTime: 2020-12-21 15:35:22
*/
namespace app\admin\model;
use \app\common\model\Tender as commonTender;
/**
* Class Tender
* @package app\admin\controller\Tender
* @author chenlong <vip_chenlong@163.com>
*/
class Tender extends commonTender
{
}