From f76acac54523d67590f8f07c404e005524eff464 Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周二, 23 4月 2024 17:36:56 +0800 Subject: [PATCH] 修改 --- iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs | 135 ++++++++++++++++++++++++++++++-------------- 1 files changed, 91 insertions(+), 44 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs index 0429a33..aa4612d 100644 --- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs +++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs @@ -2,6 +2,11 @@ using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; +/* + * @author : 鍒樻枃濂� + * @date : 2024/4/23涓嬪崍5:35:14 + * @desc : 搴撲綅琛� + */ namespace Admin.NET.Core { /// <summary> @@ -11,6 +16,8 @@ [Comment("搴撲綅琛�")] public class WmsPlace : DEntityBase { + + /// <summary> /// 搴撲綅缂栫爜 /// </summary> @@ -19,88 +26,101 @@ [MaxLength(50)] public string PlaceCode { get; set; } - /// <summary> - /// 搴撲綅瀵瑰簲AGV缂栫爜 - /// </summary> - [Comment("搴撲綅瀵瑰簲AGV缂栫爜")] - [MaxLength(50)] - public string AgvCode { get; set; } /// <summary> - /// 搴撲綅鐘舵��;鏁版嵁瀛楀吀 + /// 搴撲綅鍚嶇О + /// </summary> + [Comment("搴撲綅鍚嶇О")] + [Required] + [MaxLength(255)] + public string PlaceName { get; set; } + + + /// <summary> + /// 搴撲綅鍒悕 + /// </summary> + [Comment("搴撲綅鍒悕")] + [MaxLength(255)] + public string PlaceNickName { get; set; } + + + /// <summary> + /// 搴撲綅鐘舵�� /// </summary> [Comment("搴撲綅鐘舵��")] [Required] - public PlaceStatus PlaceStatus { get; set; } + + public int PlaceStatus { get; set; } + /// <summary> /// 鎵�鍦ㄥ簱鍖� /// </summary> [Comment("鎵�鍦ㄥ簱鍖�")] [Required] + public long AreaId { get; set; } + + + /// <summary> + /// 搴撳尯鍚嶇О + /// </summary> + [Comment("搴撳尯鍚嶇О")] + [MaxLength(255)] + public string WarehouseName { get; set; } + + + /// <summary> + /// 妫�楠岀爜 + /// </summary> + [Comment("妫�楠岀爜")] + [MaxLength(255)] + public string VerificationCode { get; set; } + /// <summary> /// 鎺� /// </summary> [Comment("鎺�")] [Required] + public int RowNo { get; set; } + /// <summary> /// 鍒� /// </summary> [Comment("鍒�")] [Required] + public int ColumnNo { get; set; } + /// <summary> /// 灞� /// </summary> [Comment("灞�")] [Required] + public int LayerNo { get; set; } - /// <summary> - /// 杩涙繁鍙� - /// </summary> - [Comment("杩涙繁鍙�")] - [Required] - public int DeepcellNo { get; set; } /// <summary> /// 宸烽亾 /// </summary> [Comment("宸烽亾")] [Required] - public int Aisle { get; set; } + + public int LaneNo { get; set; } + /// <summary> - /// 绾垮彿 + /// 鍫嗗灈鏈哄簱浣嶅彿 /// </summary> - [Comment("绾垮彿")] - [Required] - public int Line { get; set; } - - /// <summary> - /// 鏄惁閿佸畾;鏁版嵁瀛楀吀 - /// </summary> - [Comment("鏄惁閿佸畾")] - [Required] - public YesOrNot Islock { get; set; } - - /// <summary> - /// 鏄惁绌烘墭;鏁版嵁瀛楀吀 - /// </summary> - [Comment("鏄惁绌烘墭")] - public YesOrNot EmptyContainer { get; set; } - - /// <summary> - /// 鍫嗗灈鏈哄唴閮ㄧ殑浣嶇疆 - /// </summary> - [Comment("鍫嗗灈鏈哄唴閮ㄧ殑浣嶇疆")] + [Comment("鍫嗗灈鏈哄簱浣嶅彿")] [MaxLength(50)] - public string PositionnoForSrm { get; set; } + public string SrmNo { get; set; } + /// <summary> /// 搴撲綅X鍧愭爣 @@ -109,12 +129,14 @@ [MaxLength(50)] public string Xzb { get; set; } + /// <summary> /// 搴撲綅Y鍧愭爣 /// </summary> [Comment("搴撲綅Y鍧愭爣")] [MaxLength(50)] public string Yzb { get; set; } + /// <summary> /// 搴撲綅Z鍧愭爣 @@ -123,51 +145,76 @@ [MaxLength(50)] public string Zzb { get; set; } + /// <summary> /// 搴撲綅闀垮害 /// </summary> [Comment("搴撲綅闀垮害")] + [Required] + [Column("Length", TypeName = "decimal(18,2)")] public decimal Length { get; set; } + /// <summary> /// 搴撲綅瀹藉害 /// </summary> [Comment("搴撲綅瀹藉害")] + [Required] + [Column("Width", TypeName = "decimal(18,2)")] public decimal Width { get; set; } + /// <summary> /// 搴撲綅楂樺害 /// </summary> [Comment("搴撲綅楂樺害")] + [Required] + [Column("Height", TypeName = "decimal(18,2)")] public decimal Height { get; set; } + /// <summary> /// 鏈�澶ф壙閲� /// </summary> [Comment("鏈�澶ф壙閲�")] + [Required] + [Column("MaxWeight", TypeName = "decimal(18,2)")] public decimal MaxWeight { get; set; } + /// <summary> - /// 搴撲綅楂樺害灞炴��;鏁版嵁瀛楀吀 + /// 搴撲綅楂樺害灞炴�� /// </summary> [Comment("搴撲綅楂樺害灞炴��")] - public Heightlevel HeightLevel { get; set; } + [Required] + + public int HeightLevel { get; set; } + /// <summary> /// 浼樺厛绾� /// </summary> [Comment("浼樺厛绾�")] + [Required] + public int Priority { get; set; } + /// <summary> /// 閫昏緫鍖哄煙 /// </summary> [Comment("閫昏緫鍖哄煙")] + [Required] + public int LogicalName { get; set; } - /// <summary> - /// 搴撳尯琛� - /// </summary> - public WmsArea WmsArea { get; set; } + + + + + + + + } } \ No newline at end of file -- Gitblit v1.9.3