From ee6ed49aa82a2746facff0a89b94d74d37329e85 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 16 一月 2025 21:41:06 +0800 Subject: [PATCH] 添加扫描入库逻辑及相关属性和方法 --- Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs | 65 -------------------------------- 1 files changed, 1 insertions(+), 64 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs index 65e384d..dae0755 100644 --- a/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs +++ b/Tiger.Model.Net/Entitys/WMS/Api/BaseInput.cs @@ -2,69 +2,6 @@ namespace Tiger.Model { - public class BaseInput - { - /// <summary> - /// - /// </summary> - public AuthOption AuthOption { get; set; } + - /// <summary> - /// 鏉$爜 - /// </summary> - public string SN { get; set; } - - /// <summary> - /// 娴峰叧鍗曞彿 - /// </summary> - public string CustomsNo { get; set; } - } - - public class BasePageInput - { - public AuthOption AuthOption { get; set; } - public int pageIndex { get; set; } - public int pageSize { get; set; } - public int total { get; set; } - public string Code { get; set; } - } - - public class BasePageOutput<T> - { - public List<T> data { get; set; } - public int total { get; set; } - } - - public class BaseCodeInput - { - public AuthOption AuthOption { get; set; } - public string Code { get; set; } - } - - public class OutOthDtlInput : BasePageInput - { - public bool IsItemCodeList { get; set; } - } - - public class OutWoDtlInput : BasePageInput - { - 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 -- Gitblit v1.9.3