From 09542900534645e28c23f16caa94aa8a2c20cc5b Mon Sep 17 00:00:00 2001 From: payne <bzrlw2012@163.com> Date: 周五, 03 5月 2024 16:10:02 +0800 Subject: [PATCH] 往来单位助记码功能调整为 中文名称输入立即调用接口实现 --- iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs | 70 +--------------------------------- 1 files changed, 3 insertions(+), 67 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 ce90057..e22aa7f 100644 --- a/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs +++ b/iWare_RawMaterialWarehouse_Wms/Admin.NET.Core/Entity/WmsBase/WmsPlace.cs @@ -4,7 +4,7 @@ /* * @author : 鍒樻枃濂� - * @date : 2024/4/23涓嬪崍6:30:44 + * @date : 2024/4/24涓嬪崍4:54:43 * @desc : 搴撲綅琛� */ namespace Admin.NET.Core @@ -50,7 +50,7 @@ [Comment("搴撲綅绫诲瀷")] [Required] - public int PlaceType { get; set; } + public PlaceTypeEnum PlaceType { get; set; } /// <summary> @@ -76,71 +76,7 @@ [Comment("搴撲綅灞炴��")] [Required] - public int PlaceStatus { get; set; } - - - /// <summary> - /// 鏄惁鍫嗗灈鏈哄簱浣� - /// </summary> - [Comment("鏄惁鍫嗗灈鏈哄簱浣�")] - - public bool? IsSrmPlace { get; set; } - - - /// <summary> - /// 鍫嗗灈鏈哄簱浣嶅彿 - /// </summary> - [Comment("鍫嗗灈鏈哄簱浣嶅彿")] - [MaxLength(50)] - public string SrmPlaceNo { get; set; } - - - /// <summary> - /// 鏄惁RGV搴撲綅 - /// </summary> - [Comment("鏄惁RGV搴撲綅")] - - public bool? IsRgvPlace { get; set; } - - - /// <summary> - /// RGV搴撲綅鍙� - /// </summary> - [Comment("RGV搴撲綅鍙�")] - [MaxLength(50)] - public string RgvPlaceNo { get; set; } - - - /// <summary> - /// 鏄惁AGV搴撲綅 - /// </summary> - [Comment("鏄惁AGV搴撲綅")] - - public bool? IsAgvPlace { get; set; } - - - /// <summary> - /// AGV搴撲綅鍙� - /// </summary> - [Comment("AGV搴撲綅鍙�")] - [MaxLength(50)] - public string AgvPlaceNo { get; set; } - - - /// <summary> - /// 鏄惁杈撻�佺嚎搴撲綅 - /// </summary> - [Comment("鏄惁杈撻�佺嚎搴撲綅")] - - public bool? IsTransPlace { get; set; } - - - /// <summary> - /// 杈撻�佺嚎搴撲綅鍙� - /// </summary> - [Comment("杈撻�佺嚎搴撲綅鍙�")] - [MaxLength(50)] - public string TransPlaceNo { get; set; } + public PlaceStatusEnum PlaceStatus { get; set; } /// <summary> -- Gitblit v1.9.3