| | |
| | | using iWare_SCADA_BusinessLogical.Utils; |
| | | using iWare_SCADA_BusinessLogical.BLL; |
| | | using iWare_SCADA_BusinessLogical.Utils; |
| | | using iWare_SCADA_Model; |
| | | using Microsoft.VisualStudio.TestTools.UnitTesting; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | |
| | | string cc = bb[0]; |
| | | } |
| | | |
| | | [TestMethod] |
| | | public void zzz() |
| | | { |
| | | WorkPieceLogMiddle logMiddle = new WorkPieceLogMiddle( |
| | | ) |
| | | { |
| | | WorkingProcedure = "OP30" |
| | | } |
| | | ; |
| | | QualityDataInfo qualityData = new QualityDataInfo(); |
| | | //修改QualityDataInfo表 //重复收到质量信息,会覆盖之前的 |
| | | EntityPropHelper<WorkPieceLogMiddle, QualityDataInfo>.CopyProp(logMiddle, qualityData, WorkPieceInfoManager.GetQualityDataInfoUpdate(logMiddle, logMiddle.WorkingProcedure, logMiddle.MonitoringPoint));//指定修改字段 |
| | | |
| | | string cc = ""; |
| | | } |
| | | } |
| | | } |