From 81819f13e1e3a49bf8456051ec0f0b51e3f10821 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 23 九月 2024 12:20:33 +0800 Subject: [PATCH] 解析优化 --- Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs b/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs index 575d184..f773783 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs @@ -29,7 +29,7 @@ /// <summary> /// 鍙e緞 /// </summary> - public string Caliber { get; set; } + public double? Caliber { get; set; } /// <summary> /// 鏉愭枡 @@ -39,7 +39,7 @@ /// <summary> /// 绯绘暟 /// </summary> - public string Coefficient { get; set; } + public double? Coefficient { get; set; } /// <summary> /// 鎺掑簭鐮� -- Gitblit v1.9.3