From 0326dab52668c5f9332ccc34041fcbcfca4191e2 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 20 十二月 2024 16:02:14 +0800 Subject: [PATCH] 忘记优化了一些已知问题 --- Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs | 16 ---------------- Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs index 65e384d..f4e0ff9 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs @@ -51,20 +51,4 @@ public bool IsItemCodeList { get; set; } } - public class ScanShelfInfo - { - public string WarehouseCode { get; set; } - public string RegionCode { get; set; } - public string ShelfCode { get; set; } - public string LocationCode { get; set; } - public string RackCode => ShelfCode; - public bool IsSmartRack { get; set; } - public decimal Capacity { get; set; } - public int LotCount { get; set; } - public decimal MaxSize { get; set; } - public int ShelfType { get; set; } - public bool IsScanShelf { get; set; } - public WMS_SHELF Shelf { get; set; } - public WMS_LOCATION Location { get; set; } - } } \ No newline at end of file diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs index adf0012..4a67ea9 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs @@ -8,5 +8,20 @@ namespace Tiger.Model { - + public class ScanShelfInfo + { + public string WarehouseCode { get; set; } + public string RegionCode { get; set; } + public string ShelfCode { get; set; } + public string LocationCode { get; set; } + public string RackCode => ShelfCode; + public bool IsSmartRack { get; set; } + public decimal Capacity { get; set; } + public int LotCount { get; set; } + public decimal MaxSize { get; set; } + public int ShelfType { get; set; } + public bool IsScanShelf { get; set; } + public WMS_SHELF Shelf { get; set; } + public WMS_LOCATION Location { get; set; } + } } -- Gitblit v1.9.3