数据库字段更改

This commit is contained in:
2022-07-29 14:19:35 +08:00
parent 8a3a037bda
commit bac1ec5b70
82 changed files with 1447 additions and 519 deletions

View File

@@ -40,7 +40,7 @@ public class ProcessInspectionController {
productFeatures.setLsl(new Float(1));
productFeatures.setName("LTWeight");
productFeatures.setSampleSize(BigDecimal.TEN);
productFeatures.setSampleSize(10);
MeanStandardDeviationGraph meanStandardDeviationGraph = new MeanStandardDeviationGraph(productFeatures);
//判读方案
List<InterpretationListArg> interpretationScheme = new ArrayList<>();
@@ -74,7 +74,7 @@ public class ProcessInspectionController {
productFeatures.setLsl(new Float(1));
productFeatures.setName("LTWeight");
productFeatures.setSampleSize(BigDecimal.TEN);
productFeatures.setSampleSize(10);
MeanRGraph meanRGraph = new MeanRGraph(productFeatures);
//判读方案
List<InterpretationListArg> interpretationScheme = new ArrayList<>();