From 3b0e2084501ea07fbcd1f984585bd64e3a0df241 Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期四, 02 七月 2020 17:14:41 +0800 Subject: [PATCH] 添加板卡基类,提取GTS板卡配置到板卡基类 --- src/Bro.M071.Process.DBManager/ProductionDetectionRecordsManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.Process.DBManager/ProductionDetectionRecordsManager.cs b/src/Bro.M071.Process.DBManager/ProductionDetectionRecordsManager.cs index bd25939..9e2876e 100644 --- a/src/Bro.M071.Process.DBManager/ProductionDetectionRecordsManager.cs +++ b/src/Bro.M071.Process.DBManager/ProductionDetectionRecordsManager.cs @@ -12,7 +12,7 @@ //using System.Text; //using System.Threading.Tasks; -//namespace Bro.M071.Process.DBManager +//namespace Bro.M071.DBManager //{ // public class ProductionDetectionRecordsManager : ModelManager<ProductionDetectionRecords> // { -- Gitblit v1.8.0