初始版本
This commit is contained in:
13
server/app/common/model/deposit/DepositPackage.php
Executable file
13
server/app/common/model/deposit/DepositPackage.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace app\common\model\deposit;
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
/**
|
||||
* 保证金套餐模型类
|
||||
* Class CoachGoodsIndex
|
||||
* @package app\common\model\coach
|
||||
*/
|
||||
class DepositPackage extends BaseModel
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user