Commit 1607fcab LN

位置配置去掉料盒两个字

1 个父辈 a8118512
位置,库位类型,优先级,料盒宽度,料盒高度,料仓ID,灯区域索引,亮灯索引,料斗旋转轴位置P2
位置,库位类型,优先级,宽度,高度,料仓ID,灯区域索引,亮灯索引,料斗旋转轴位置P2
P_1_1,1,1,210,300,1,2,2,47499
P_1_2,1,2,210,300,1,2,6,47499
P_1_3,1,3,210,300,1,2,9,47499
......
......@@ -21,12 +21,12 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// 高
/// </summary>
[CSVAttribute("料盒高度")]
[CSVAttribute("高度")]
public int BagHigh { get; set; }
/// <summary>
/// 宽
/// </summary>
[CSVAttribute("料盒宽度")]
[CSVAttribute("宽度")]
public int BagWidth { get; set; }
}
}
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!