Files
hdk/src/Studio/Resource/Workspace/Tasks/Item/Lattice.php

31 lines
633 B
PHP

<?php
/**
* Lattice.php@HDK
*
* @author 李东云<dongyun.li@luxcreo.cn>
* Powered by PhpStorm
* Created on 2022/7/26
*/
declare(strict_types=1);
namespace Singularity\HDK\Studio\Resource\Workspace\Tasks\Item;
use Singularity\HDK\Studio\Resource\Workspace\Tasks\OrderItem;
/**
* 用于历史记录列表的晶格任务
* 使用 $this->when() 引用的字段将来确定无用后,都会移除
*
* Singularity\HDK\Studio\Resource\Workspace\Tasks\Item\Lattice@HDK
*
* @author 李东云<dongyun.li@luxcreo.cn>
* Powered by PhpStorm
* Created on 2022/7/26
*
* @inheritDoc
*/
class Lattice extends OrderItem
{
}