From 648f4270f4f56c5ca284dbcfa650de05e46a7052 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期三, 16 七月 2025 17:20:59 +0800 Subject: [PATCH] 11111 --- HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs b/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs index 17055cf..9b9b01f 100644 --- a/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs +++ b/HH.WCS.Mobox3.NongFuLinZhi/models/LocCntrRel.cs @@ -19,6 +19,10 @@ public string S_STATE_PRE { get; set; } public int N_REVIEW_RESULT { get; set; } public int N_BIND_ORDER { get; set; } + /// <summary> + /// 托盘来源 + /// </summary> + public string S_SRC { get; set; } [SugarColumn(IsIgnore = true)] [Navigate(NavigateType.OneToMany, nameof(S_CNTR_CODE))] -- Gitblit v1.9.1