feat: add syj promote workflow
This commit is contained in:
22
pro_v3.5.1/app/model/syj/PromoteTaskRecord.php
Normal file
22
pro_v3.5.1/app/model/syj/PromoteTaskRecord.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\model\syj;
|
||||
|
||||
use crmeb\basic\BaseModel;
|
||||
use crmeb\traits\ModelTrait;
|
||||
|
||||
class PromoteTaskRecord extends BaseModel
|
||||
{
|
||||
use ModelTrait;
|
||||
|
||||
protected $pk = 'id';
|
||||
|
||||
protected $name = 'syj_promote_task_record';
|
||||
|
||||
protected $autoWriteTimestamp = 'int';
|
||||
|
||||
protected $createTime = 'add_time';
|
||||
|
||||
protected $updateTime = 'update_time';
|
||||
}
|
||||
Reference in New Issue
Block a user