feat: add syj promote workflow
This commit is contained in:
23
pro_v3.5.1/app/model/syj/PromoteAmountLog.php
Normal file
23
pro_v3.5.1/app/model/syj/PromoteAmountLog.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\model\syj;
|
||||
|
||||
use crmeb\basic\BaseModel;
|
||||
use crmeb\traits\ModelTrait;
|
||||
|
||||
class PromoteAmountLog extends BaseModel
|
||||
{
|
||||
use ModelTrait;
|
||||
|
||||
protected $pk = 'id';
|
||||
|
||||
protected $name = 'syj_promote_amount_log';
|
||||
|
||||
protected $autoWriteTimestamp = false;
|
||||
|
||||
public function setAddTimeAttr(): int
|
||||
{
|
||||
return time();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user