From d6bbd8952a4b962e3206e7f62ede763033ec2e1e Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周五, 29 11月 2024 15:11:16 +0800 Subject: [PATCH] 扫码 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs index d1bf68b..f311b76 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanOutput.cs @@ -233,7 +233,49 @@ /// </summary> public string DetailName { get; set; } + + public float Length { get; set; } + + public float Width { get; set; } + + /// <summary> + /// 鍘� + /// </summary> + public float Thk { get; set; } + /// <summary> + /// 閿�鍞悎鍚屽崟鍙� + /// </summary> + public string? Info4 { get; set; } + public string? Info5 { get; set; } + /// <summary> + /// 瀹㈡埛鍚嶇О + /// </summary> + public string? Info10 { get; set; } + + /// <summary> + /// 鑷彁or鍙戣揣 + /// </summary> + public string? Info11 { get; set; } + + /// <summary> + /// 鍖呰閮ㄤ欢鎬绘暟閲� + /// </summary> + public string? Info12 { get; set; } + + /// <summary> + /// 鍖呰闈㈢Н + /// </summary> + public string? Info13 { get; set; } + + /// <summary> + /// 閮ㄤ欢鍚嶇О + /// </summary> + public string? Info14 { get; set; } + /// <summary> + /// 閮ㄤ欢鏁伴噺 + /// </summary> + public int? Info15 { get; set; } public string? Info16 { get; set; } } \ No newline at end of file -- Gitblit v1.9.3