From 0ac65b10a59bcca5b22bcf03086c8aaa36a8a525 Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期四, 12 六月 2025 20:42:41 +0800 Subject: [PATCH] 1,签收送货单接口,添加签收人;2.来料检接口,添加到货时间字段 --- StandardPda/MES.Service/Modes/LtsLlj.cs | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/StandardPda/MES.Service/Modes/LtsLlj.cs b/StandardPda/MES.Service/Modes/LtsLlj.cs index 3616a98..a96eba1 100644 --- a/StandardPda/MES.Service/Modes/LtsLlj.cs +++ b/StandardPda/MES.Service/Modes/LtsLlj.cs @@ -176,21 +176,35 @@ /// </summary> [SugarColumn(ColumnName = "JYCS")] public int JYCS { get; set; } + /// <summary> - /// 鎶�鏀圭姸鎬� + /// 鎶�鏀圭姸鎬� /// </summary> [SugarColumn(ColumnName = "EXTEND_N01")] public string? ExtendNo1 { get; set; } + /// <summary> - /// 寰�鏈熸楠屽饱鍘� + /// 寰�鏈熸楠屽饱鍘� /// </summary> [SugarColumn(ColumnName = "LVLI")] public string? LVLI { get; set; } + /// <summary> - /// 鏈�澶ф娊妫�鏁伴噺 + /// 鏈�澶ф娊妫�鏁伴噺 /// </summary> [SugarColumn(ColumnName = "CHECK_QYT")] public string? MaxCheckQyt { get; set; } + + /// <summary> + /// 鏄惁鍒拌揣 + /// </summary> + [SugarColumn(ColumnName = "IS_ARRIVAL")] + public int? IsArrival { get; set; } + /// <summary> + /// 鍒拌揣鏃堕棿 + /// </summary> + [SugarColumn(ColumnName = "ARRIVAL_DATE")] + public string? ArrivalDate { get; set; } [SugarColumn(IsIgnore = true)] public string? UserName { get; set; } @@ -211,6 +225,7 @@ /// </summary> [SugarColumn(IsIgnore = true)] public string? NewFngDesc { get; set; } + /// <summary> /// 椤圭洰 /// </summary> -- Gitblit v1.9.3