mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
feat(studio): 在工作区详情中新增了规则晶格的抽壳厚度字段
This commit is contained in:
@@ -22,6 +22,7 @@ use Singularity\HDK\Studio\Resource\Workspace\Tasks\OrderDetail;
|
||||
* Created on 2022/7/26
|
||||
*
|
||||
* @inheritDoc
|
||||
* @property int|null $shellThickness
|
||||
* @property float|null $bottomThickness
|
||||
*/
|
||||
class Lattice extends OrderDetail
|
||||
@@ -29,6 +30,7 @@ class Lattice extends OrderDetail
|
||||
public function toArray(): array
|
||||
{
|
||||
return parent::toArray() + [
|
||||
'shellThickness' => $this->shellThickness,
|
||||
'bottomThickness' => $this->bottomThickness,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user