From bcb2bae4c85c5a7d576116ff9ae2a0c6d0011565 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 10:07:05 +0800
Subject: [PATCH] Add project documentation and architecture guide
---
MES.Service/Modes/Womcab.cs | 33 +++++++++++++++++++++++++--------
1 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/MES.Service/Modes/Womcab.cs b/MES.Service/Modes/Womcab.cs
index 277f35b..fa5c30b 100644
--- a/MES.Service/Modes/Womcab.cs
+++ b/MES.Service/Modes/Womcab.cs
@@ -11,8 +11,7 @@
/// <summary>
/// 鑷鍒�
/// </summary>
- [SugarColumn(ColumnName = "ID", IsPrimaryKey = true,
- OracleSequenceName = "SEQ_AOI")]
+ [SugarColumn(ColumnName = "ID", IsPrimaryKey = true,OracleSequenceName = "SEQ_CAB")]
public decimal? Id { get; set; }
/// <summary>
@@ -145,23 +144,41 @@
/// 鍒嗗瓙
/// </summary>
[SugarColumn(ColumnName = "NUMERATOR")]
- public string? Numerator { get; set; }
+ public decimal? Numerator { get; set; }
/// <summary>
/// 鍒嗘瘝
/// </summary>
[SugarColumn(ColumnName = "DENOMINATOR")]
- public string? Denominator { get; set; }
+ public decimal? Denominator { get; set; }
/// <summary>
- /// 鍒嗗瓙
+ /// 鍥哄畾鎹熻��
/// </summary>
[SugarColumn(ColumnName = "SCRAPQTY")]
- public string? Scrapqty { get; set; }
+ public decimal? SCRAPQTY { get; set; }
/// <summary>
- /// 鍒嗘瘝
+ /// 鍙樺姩鎹熻�楃巼
/// </summary>
[SugarColumn(ColumnName = "SCRAPRATE")]
- public string? Scraprate { get; set; }
+ public decimal? SCRAPRATE { get; set; }
+
+ /// <summary>
+ /// 閿�鍞鍗曞彿
+ /// </summary>
+ [SugarColumn(ColumnName = "SALES_ORDER")]
+ public string? SalesOrder { get; set; }
+
+ /// <summary>
+ /// 瑕佽揣鏃ユ湡
+ /// </summary>
+ [SugarColumn(ColumnName = "F_ZJXF_YHRQ")]
+ public string? F_ZJXF_YHRQ { get; set; }
+
+ /// <summary>
+ /// 宸ュ簭缂栫爜
+ /// </summary>
+ [SugarColumn(ColumnName = "PROC_NO")]
+ public string? ProcNo { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3