From 802fc04c2d744d08c3e577dd4d91d60a3071e3d7 Mon Sep 17 00:00:00 2001 From: user <user@DESKTOP-SM1UI64> Date: 星期二, 15 七月 2025 23:08:35 +0800 Subject: [PATCH] 111 --- 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