mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
feat(studio.resource): 增加了晶格任务的实体底面厚度的字段
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -22,8 +22,14 @@ use Singularity\HDK\Studio\Resource\Workspace\Tasks\OrderDetail;
|
|||||||
* Created on 2022/7/26
|
* Created on 2022/7/26
|
||||||
*
|
*
|
||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
|
* @property float|null $bottomThickness
|
||||||
*/
|
*/
|
||||||
class Lattice extends OrderDetail
|
class Lattice extends OrderDetail
|
||||||
{
|
{
|
||||||
|
public function toArray(): array
|
||||||
|
{
|
||||||
|
return parent::toArray() + [
|
||||||
|
'bottomThickness' => $this->bottomThickness,
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user