From 806b3cb3448ad15a5d563937fdac2ffae37342a7 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期三, 23 四月 2025 22:11:25 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Model.Net/Entitys/WMS/Api/Resell.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/Api/Resell.cs b/Tiger.Model.Net/Entitys/WMS/Api/Resell.cs
index cfdd5ec..3c24393 100644
--- a/Tiger.Model.Net/Entitys/WMS/Api/Resell.cs
+++ b/Tiger.Model.Net/Entitys/WMS/Api/Resell.cs
@@ -29,9 +29,9 @@
         public string RackCode { get; set; }
         public string RackType { get; set; }
         public bool IsSmartRack { get; set; }
-        public decimal Capacity { get; set; }
+        public double Capacity { get; set; }
         public int LotCount { get; set; }
-        public decimal MaxSize { get; set; }
+        public double MaxSize { get; set; }
         public int ShelfType { get; set; }
         public bool IsScanShelf { get; set; }
     }

--
Gitblit v1.9.3