mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
feat(studio): 对 field 添加了 LatticeList 的处理
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -61,6 +61,9 @@ class Field extends JsonResource
|
||||
'max' => floatval($this->rodDiameterMax),
|
||||
];
|
||||
}
|
||||
if (!empty($this->latticeList)) {
|
||||
$schema['latticeList'] = $this->latticeList;
|
||||
}
|
||||
|
||||
return $schema;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user