From 41388b3fc48589a26ba7e79fc60ffc0facd21be7 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期五, 30 五月 2025 17:21:43 +0800 Subject: [PATCH] 11 --- 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