From 707e8f07abb295629f73557759cf0e708ca6b5fa Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期五, 17 十月 2025 13:26:31 +0800
Subject: [PATCH] IQC破坏实验,IQC堵穴号
---
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