mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
31 lines
633 B
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
|
|
{
|
|
|
|
} |