From 81407b9c6145e13bc3707abda250d29ab6972254 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 09 五月 2025 15:52:58 +0800 Subject: [PATCH] 优化实体 --- Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs index 512992f..ec21343 100644 --- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs +++ b/Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs @@ -359,11 +359,11 @@ /// <summary> /// 鏀惰揣绋嬪簭鏌ヨ鏂欏搧瑙嗗浘ReceiptMode寰楀嚭 /// </summary> - public double RcvProcedure { get; set; } + public int RcvProcedure { get; set; } /// <summary> /// 瀛樺偍绫诲瀷鍥哄畾浼�4 /// </summary> - public double StorageType { get; set; } = 4; + public int StorageType { get; set; } = 4; /// <summary> /// 鏀惰揣鎵瑰彿鏈塧sn鍗曞垯甯﹀嚭閲岄潰鎵规锛屾棤asn鍗曞垯鎸夊勾鏈堟棩鐢熸垚8浣嶆壒鍙� /// </summary> @@ -951,4 +951,26 @@ #endregion + + #region 鏀惰揣鍗曟柊澧炶搴撲綅 + + public class CreateRcvLineLocationInput : U9CBaseInput + { + public CreateRcvLineLocationParam RcvLineLocationParam { get; set; } + } + + + public class CreateRcvLineLocationParam + { + /// <summary> + /// 鏀惰揣琛孖D + /// </summary> + public long RcvLineId { get; set; } + /// <summary> + /// 鍌ㄤ綅 + /// </summary> + public string BinCode { get; set; } + } + + #endregion } -- Gitblit v1.9.3