From 8b7abd97e7b69800789134ed8e809e19a5b5ba74 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 17 九月 2025 00:30:27 +0800 Subject: [PATCH] 111 --- entity/MesScthSqDetail.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/entity/MesScthSqDetail.cs b/entity/MesScthSqDetail.cs index c0d6e0f..5830f41 100644 --- a/entity/MesScthSqDetail.cs +++ b/entity/MesScthSqDetail.cs @@ -1,63 +1,63 @@ 锘縰sing SqlSugar; -namespace MES.Service.Models; +namespace NewPdaSqlServer.entity; /// <summary> -/// 鐢熶骇閫�璐ф槑缁嗚〃瀹炰綋绫� +/// 鐢熶骇閫�璐ф槑缁嗚〃瀹炰綋绫� /// </summary> [SugarTable("MES_SCTH_SQ_DETAIL")] public class MesScthSqDetail { /// <summary> - /// 涓婚敭 + /// 涓婚敭 /// </summary> [SugarColumn(ColumnName = "ID")] public string Id { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier /// <summary> - /// 澶栭敭 + /// 澶栭敭 /// </summary> [SugarColumn(ColumnName = "MID")] public string Mid { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier /// <summary> - /// 鐗╂枡Id + /// 鐗╂枡Id /// </summary> [SugarColumn(ColumnName = "ITEM_ID")] public int ItemId { get; set; } /// <summary> - /// 鐢宠鏁伴噺 + /// 鐢宠鏁伴噺 /// </summary> [SugarColumn(ColumnName = "SQ_NUM")] public decimal SqNum { get; set; } /// <summary> - /// 宸叉壂鏁伴噺 + /// 宸叉壂鏁伴噺 /// </summary> [SugarColumn(ColumnName = "YS_NUM")] public decimal YsNum { get; set; } /// <summary> - /// 澶囨敞 + /// 澶囨敞 /// </summary> [SugarColumn(ColumnName = "REMARK")] public string Remark { get; set; } /// <summary> - /// 瀹岀粨 + /// 瀹岀粨 /// </summary> [SugarColumn(ColumnName = "IS_FINISH")] public bool IsFinish { get; set; } /// <summary> - /// 椤规 + /// 椤规 /// </summary> [SugarColumn(ColumnName = "ORDER_NO")] public int OrderNo { get; set; } /// <summary> - /// 鍏ュ簱GUID + /// 鍏ュ簱GUID /// </summary> [SugarColumn(ColumnName = "RKMX_GUID")] public string RkmxGuid { get; set; } // 浣跨敤string绫诲瀷鏉ュ瓨鍌╱niqueidentifier -- Gitblit v1.9.3