mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 21:52:07 +08:00
bug修改
This commit is contained in:
+2
-2
@@ -30,9 +30,9 @@ public class Detail {
|
|||||||
private String groupName;// 加工组中Group中每个小加工组的名称
|
private String groupName;// 加工组中Group中每个小加工组的名称
|
||||||
|
|
||||||
// 大板信息
|
// 大板信息
|
||||||
private IBoardProdInfo plateInfo;
|
private IBoardProdInfo iBoardProdInfo;
|
||||||
// 配件信息
|
// 配件信息
|
||||||
private List<IBoardProdInfo> partsInfo ;
|
private List<IBoardProdInfo> partsDetail ;
|
||||||
|
|
||||||
private List<ModelDetail> contourDetail ; //轮廓明细
|
private List<ModelDetail> contourDetail ; //轮廓明细
|
||||||
private List<PointDetail> pointDetail ; //点明细
|
private List<PointDetail> pointDetail ; //点明细
|
||||||
|
|||||||
+1
-1
@@ -19,6 +19,6 @@ public class group
|
|||||||
private Double width;
|
private Double width;
|
||||||
|
|
||||||
private Double height;
|
private Double height;
|
||||||
|
|
||||||
private Double depth;
|
private Double depth;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user