更新部分文件
This commit is contained in:
parent
39282ec584
commit
74a9624781
30
addons-ctms/models/AcOrderTrain.php
Executable file
30
addons-ctms/models/AcOrderTrain.php
Executable file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
# @Author: 嗨噜客(三亚) <fm453>
|
||||
# @Date: 2022-05-09T18:15:23+08:00
|
||||
# @Email: fm453@lukegzs.com
|
||||
# @Last modified by: fm453
|
||||
# @Last modified time: 2022-05-09T18:39:50+08:00
|
||||
# @Copyright: www.hiluker.cn
|
||||
|
||||
namespace addons\models;
|
||||
|
||||
use Yii;
|
||||
use yii\db\ActiveRecord;
|
||||
|
||||
class AcOrderRescue extends ActiveRecord
|
||||
{
|
||||
//指定数据库
|
||||
public static function getDb()
|
||||
{
|
||||
return Yii::$app->get('ac');
|
||||
}
|
||||
|
||||
/**
|
||||
* 救援板订单
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
return '{{%ac_order_rescue}}';
|
||||
}
|
||||
}
|
1025
addons-ctms/空数据表文件-随时更新.sql
Executable file
1025
addons-ctms/空数据表文件-随时更新.sql
Executable file
File diff suppressed because it is too large
Load Diff
5
ctms-api/controllers/gm/v1/SiteController.php
Normal file
5
ctms-api/controllers/gm/v1/SiteController.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
# @Author: fm453
|
||||
# @Date: 2025/3/10
|
||||
# @updated: 上午11:27
|
||||
# @Email: 1280880631@qq.com
|
Loading…
x
Reference in New Issue
Block a user