宝体数据调用接口
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.
 
 
 
 
 
 

15 lines
224 B

<?php
namespace app\store\model\dealer;
use app\common\model\dealer\Capital as CapitalModel;
/**
* 分销商资金明细模型
* Class Apply
* @package app\store\model\dealer
*/
class Capital extends CapitalModel
{
}