From 2abf4959b71e7dd6ee6ee8a349ecc5c2f7b20fce Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期日, 20 四月 2025 20:28:56 +0800 Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024 --- Tiger.Model.Net/Entitys/Minsun/WMS_LOCATION.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Model.Net/Entitys/Minsun/WMS_LOCATION.cs b/Tiger.Model.Net/Entitys/Minsun/WMS_LOCATION.cs index 301d978..e753e2d 100644 --- a/Tiger.Model.Net/Entitys/Minsun/WMS_LOCATION.cs +++ b/Tiger.Model.Net/Entitys/Minsun/WMS_LOCATION.cs @@ -79,7 +79,7 @@ /// <summary> /// /// </summary> - public decimal MAXSIZE { get; set; } = 0; + public double MAXSIZE { get; set; } = 0; /// <summary> /// /// </summary> -- Gitblit v1.9.3