From f78f5686e934249f87bc07cb7bef3c3dbcd950c6 Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周三, 24 4月 2024 14:24:41 +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