From c97331d8eca8f9ef6a0c18ffce3518578b5638ff Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 15 八月 2025 10:21:11 +0800
Subject: [PATCH] update cr/or fit line
---
ErrorAnalysis.Repository/Entity/COModelTable.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ErrorAnalysis.Repository/Entity/COModelTable.cs b/ErrorAnalysis.Repository/Entity/COModelTable.cs
index ae74d92..3465b76 100644
--- a/ErrorAnalysis.Repository/Entity/COModelTable.cs
+++ b/ErrorAnalysis.Repository/Entity/COModelTable.cs
@@ -7,15 +7,15 @@
{
public string ModelID { get; set; } = null!;
- public decimal BIT { get; set; }
+ public string BIT { get; set; } = null!;
- public decimal CasingOD { get; set; }
+ public string CasingOD { get; set; } = null!;
- public decimal CasingID { get; set; }
+ public string CasingID { get; set; } = null!;
- public decimal? ScreenOD { get; set; }
+ public string? ScreenOD { get; set; }
- public string? ScreenID { get; set; }
+ public decimal? ScreenID { get; set; }
public string TubeOD { get; set; } = null!;
--
Gitblit v1.9.3