feat: 提交--修改开料顺序入参字段 boardHeight =》 boardLength

This commit is contained in:
2025-08-22 09:45:45 +08:00
parent 7cf184f4c3
commit ac1e32218b

View File

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