【增加】期货插件

This commit is contained in:
liqianjin 2023-02-22 15:41:18 +08:00
parent b6a5ff32ed
commit 810f6fc8cf
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace addon\futures\model;
use app\model\BaseModel;
class Futures extends BaseModel{
}