From 810452c0e9e3c678bd4ac14ed360d41c0d9b0229 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周三, 24 4月 2024 15:17:30 +0800
Subject: [PATCH] 细节
---
iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/Les/LesStation.cs | 116 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 58 insertions(+), 58 deletions(-)
diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/Les/LesStation.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/Les/LesStation.cs
index f1644c5..ea41a2a 100644
--- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/Les/LesStation.cs
+++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/Les/LesStation.cs
@@ -1,66 +1,66 @@
-锘縰sing Furion.DatabaseAccessor;
-using Microsoft.EntityFrameworkCore;
-using Microsoft.EntityFrameworkCore.Metadata.Builders;
-using System.ComponentModel.DataAnnotations;
-using System.ComponentModel.DataAnnotations.Schema;
+锘�//using Furion.DatabaseAccessor;
+//using Microsoft.EntityFrameworkCore;
+//using Microsoft.EntityFrameworkCore.Metadata.Builders;
+//using System.ComponentModel.DataAnnotations;
+//using System.ComponentModel.DataAnnotations.Schema;
-namespace Admin.NET.Core
-{
- /// <summary>
- /// 宸ヤ綅琛�
- /// </summary>
- [Table("les_station")]
- [Comment("宸ヤ綅琛�")]
- public class LesStation : DEntityBase
- {
- /// <summary>
- /// 浜х嚎Id
- /// </summary>
- [Comment("浜х嚎Id")]
- public long ProductionlineId { get; set; }
+//namespace Admin.NET.Core
+//{
+// /// <summary>
+// /// 宸ヤ綅琛�
+// /// </summary>
+// [Table("les_station")]
+// [Comment("宸ヤ綅琛�")]
+// public class LesStation : DEntityBase
+// {
+// /// <summary>
+// /// 浜х嚎Id
+// /// </summary>
+// [Comment("浜х嚎Id")]
+// public long ProductionlineId { get; set; }
- /// <summary>
- /// 宸ヤ綅鍚嶇О
- /// </summary>
- [Comment("宸ヤ綅鍚嶇О")]
- [MaxLength(50)]
- public string Name { get; set; }
+// /// <summary>
+// /// 宸ヤ綅鍚嶇О
+// /// </summary>
+// [Comment("宸ヤ綅鍚嶇О")]
+// [MaxLength(50)]
+// public string Name { get; set; }
- /// <summary>
- /// 宸ヤ綅缂栫爜
- /// </summary>
- [Comment("宸ヤ綅缂栫爜")]
- [MaxLength(50)]
- public string Code { get; set; }
+// /// <summary>
+// /// 宸ヤ綅缂栫爜
+// /// </summary>
+// [Comment("宸ヤ綅缂栫爜")]
+// [MaxLength(50)]
+// public string Code { get; set; }
- /// <summary>
- /// 宸ヤ綅鐘舵��
- /// </summary>
- [Comment("宸ヤ綅鐘舵��")]
- public CommonStatus Status { get; set; } = CommonStatus.ENABLE;
+// /// <summary>
+// /// 宸ヤ綅鐘舵��
+// /// </summary>
+// [Comment("宸ヤ綅鐘舵��")]
+// public CommonStatus Status { get; set; } = CommonStatus.ENABLE;
- /// <summary>
- /// 杩愯鐘舵��
- /// </summary>
- [Comment("杩愯鐘舵��")]
- public PlaceStatus StataionStatus { get; set; } = PlaceStatus.KONGXIAN;
+// /// <summary>
+// /// 杩愯鐘舵��
+// /// </summary>
+// [Comment("杩愯鐘舵��")]
+// public PlaceStatusEnum StataionStatus { get; set; } = PlaceStatus.KONGXIAN;
- /// <summary>
- /// 搴撲綅缂栫爜
- /// </summary>
- [Comment("搴撲綅缂栫爜")]
- [MaxLength(50)]
- public string ContainerCode { get; set; }
+// /// <summary>
+// /// 搴撲綅缂栫爜
+// /// </summary>
+// [Comment("搴撲綅缂栫爜")]
+// [MaxLength(50)]
+// public string ContainerCode { get; set; }
- /// <summary>
- /// 搴撲綅瑙勬牸
- /// </summary>
- [Comment("搴撲綅瑙勬牸")]
- public decimal PlaceSpec { get; set; }
+// /// <summary>
+// /// 搴撲綅瑙勬牸
+// /// </summary>
+// [Comment("搴撲綅瑙勬牸")]
+// public decimal PlaceSpec { get; set; }
- /// <summary>
- /// 浜х嚎琛�
- /// </summary>
- //public LesProductionline LesProductionline { get; set; }
- }
-}
+// /// <summary>
+// /// 浜х嚎琛�
+// /// </summary>
+// //public LesProductionline LesProductionline { get; set; }
+// }
+//}
--
Gitblit v1.9.3