This commit is contained in:
Your Name
2026-04-22 12:14:39 +08:00
parent a1a0b74596
commit 4872e4d2e6
21 changed files with 1131 additions and 235 deletions
@@ -0,0 +1,15 @@
<?php
declare(strict_types=1);
namespace app\common\model;
/**
* 支付单(zyt_order)后台操作日志
*/
class OrderActionLog extends BaseModel
{
protected $name = 'order_action_log';
protected $autoWriteTimestamp = false;
}