【增加】期货插件
This commit is contained in:
parent
b6a5ff32ed
commit
810f6fc8cf
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace addon\futures\model;
|
||||
use app\model\BaseModel;
|
||||
|
||||
class Futures extends BaseModel{
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue