yanyang #13

已合并
yanyang 2022-12-09 15:29:26 +08:00 将 9 次代码提交从 yanyang 合并至 master
仅显示提交 0e3f0f9168 的更改 - 显示所有提交

查看文件

@@ -221,7 +221,7 @@ public class ProcessInspectionController {
productFeatures.setUsl(new Float(66));
productFeatures.setLsl(new Float(69));
productFeatures.setName("LTWeight");
productFeatures.setName("failDay");
PGraph pGraph = new PGraph(productFeatures);
@@ -246,7 +246,7 @@ public class ProcessInspectionController {
productFeatures.setUsl(new Float(66));
productFeatures.setLsl(new Float(69));
productFeatures.setName("LTWeight");
productFeatures.setName("failDay");
CGraph cGraph = new CGraph(productFeatures);
@@ -274,7 +274,7 @@ public class ProcessInspectionController {
productFeatures.setUsl(new Float(66));
productFeatures.setLsl(new Float(69));
productFeatures.setName("LTWeight");
productFeatures.setName("failDay");
UGraph uGraph = new UGraph(productFeatures);