修改开料顺序入参字段boardHeight=》boardLength (#16)

Reviewed-on: #16
Co-authored-by: lixiang <504331699@qq.com>
Co-committed-by: lixiang <504331699@qq.com>
This commit is contained in:
2025-08-22 10:20:56 +08:00
committed by 谢凡
parent 290bbf2b5e
commit 8df9f5d17a

View File

@@ -20,8 +20,8 @@ export class CutorderConfig extends ConfigBase {
export type CutOrderInput = {
/**开料大板 宽 */
boardWidth: number,
/** 开料大板 */
boardHeight: number,
/** 开料大板 */
boardLength: number,
/** 刀头大小(含修边) */
gap: number,
/** 小板数据集合 */