From 598ba81de7ee41a1f62fd818bf9c29e910ec3306 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期五, 29 三月 2024 11:28:39 +0800 Subject: [PATCH] 修改数据类型 --- Wms/WMS.Entity/BllSoEntity/BllCompleteDetail.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.Entity/BllSoEntity/BllCompleteDetail.cs b/Wms/WMS.Entity/BllSoEntity/BllCompleteDetail.cs index c13d2d5..82576be 100644 --- a/Wms/WMS.Entity/BllSoEntity/BllCompleteDetail.cs +++ b/Wms/WMS.Entity/BllSoEntity/BllCompleteDetail.cs @@ -114,7 +114,7 @@ /// Default: /// Nullable:True /// </summary> - public int? CompleteQty {get;set;} + public decimal? CompleteQty {get;set;} /// <summary> /// Desc:鏂版墭鐩� -- Gitblit v1.8.0