diff --git a/src/models/processors/cutOrder.ts b/src/models/processors/cutOrder.ts index 9d48954..bb59d34 100644 --- a/src/models/processors/cutOrder.ts +++ b/src/models/processors/cutOrder.ts @@ -10,7 +10,7 @@ import { ConfigBase } from "../config"; * * 注:20250730 暂无配置 留个位置 */ -export class CutorderConfig extends ConfigBase { +export class CutOrderConfig extends ConfigBase { // [key:string] : any } @@ -25,19 +25,19 @@ export type CutOrderInput = { /** 刀头大小(含修边) */ gap: number, /** 小板数据集合 */ - blocks: CutorderInputBlock[] + blocks: CutOrderInputBlock[] } /** * 处理器输出数据 开料顺序(新) */ -export type CutorderOutput = { - blocks: CutorderoutputBlock[] +export type CutOrderOutput = { + blocks: CutOrderoutputBlock[] } /** * 小板类型 输入 */ -export type CutorderInputBlock = { +export type CutOrderInputBlock = { /** 小板唯一标识 */ id: string | number, /** 排版长 */ @@ -52,6 +52,6 @@ export type CutorderInputBlock = { /** * 小板类型 输出 */ -export type CutorderoutputBlock = CutorderInputBlock & { - cutOrder: number +export type CutOrderoutputBlock = CutOrderInputBlock & { + CutOrder: number } \ No newline at end of file diff --git a/src/models/processors/holeToModel.ts b/src/models/processors/holeToModel.ts index aaed91f..f996ae6 100644 --- a/src/models/processors/holeToModel.ts +++ b/src/models/processors/holeToModel.ts @@ -17,9 +17,10 @@ export type HoleToModelOutput = { /** 孔转造型 后的 造型数据 */ modelData: HoleToModelProcessingItem[], /** 未处理的孔数据 以及信息 */ - noHandleItem: noHandleItemType[] + noHandleItem: NoHandleItemType[] } -export type noHandleItemType = { +/** 孔转造型 未处理的数据 */ +export type NoHandleItemType = { /** 未处理的孔信息 */ holeData: HoleToModelProcessingItem, /** 未处理 说明 */