From 4598e856759f043f203d45a0674626b9e2ff89b8 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期四, 18 九月 2025 10:29:29 +0800
Subject: [PATCH] 组装拆卸

---
 StandardInterface/MES.Service/Modes/ZZCX.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/ZZCX.cs b/StandardInterface/MES.Service/Modes/ZZCX.cs
index 6e1faa0..aa04545 100644
--- a/StandardInterface/MES.Service/Modes/ZZCX.cs
+++ b/StandardInterface/MES.Service/Modes/ZZCX.cs
@@ -1,5 +1,4 @@
 锘�// 鏂囦欢: MES.Service.Modes/ZZCX.cs
-using System;
 using SqlSugar;
 
 namespace MES.Service.Modes
@@ -11,7 +10,7 @@
     public class ZZCX
     {
         /// <summary>
-        /// 涓婚敭 ID
+        /// 涓婚敭 ID锛圤racle 搴忓垪锛�
         /// </summary>
         [SugarColumn(ColumnName = "ID", IsPrimaryKey = true, OracleSequenceName = "SEQ_ZZCX")]
         public decimal? Id { get; set; }
@@ -20,18 +19,19 @@
         /// ERP 涓昏〃 ID
         /// </summary>
         [SugarColumn(ColumnName = "ERPID")]
-        public string Erpid { get; set; }
+        public decimal? Erpid { get; set; }
 
         /// <summary>
         /// 鍗曟嵁缂栫爜
         /// </summary>
         [SugarColumn(ColumnName = "BILL_NO")]
         public string BillNo { get; set; }
+
         /// <summary>
-        /// 鍗曟嵁缂栫爜
+        /// 绫诲瀷
         /// </summary>
         [SugarColumn(ColumnName = "TYPE")]
-        public string Type { get; set; } 
+        public string Type { get; set; }
 
         /// <summary>
         /// 鍗曟嵁绫诲瀷

--
Gitblit v1.9.3