From fa53abd5d374862c640da5310d0bd1bb641a0d5b Mon Sep 17 00:00:00 2001 From: zyf <1071160500@qq.com> Date: 星期二, 26 八月 2025 19:15:29 +0800 Subject: [PATCH] 检验查询功能新增、检验根据车间显示单据 --- MES.Service/Dto/service/SJPageResult.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/service/SJPageResult.cs b/MES.Service/Dto/service/SJPageResult.cs index f48f3af..d4972c9 100644 --- a/MES.Service/Dto/service/SJPageResult.cs +++ b/MES.Service/Dto/service/SJPageResult.cs @@ -106,4 +106,10 @@ /// </summary> [SugarColumn(ColumnName = "LINE_NAME")] public string? LineName { get; set; } + + //閿�鍞鍗曞彿 + [SugarColumn(IsIgnore = true)] public string? SaleOrder { get; set; } + [SugarColumn(IsIgnore = true)] public string? LoginUser { get; set; } //鐢ㄦ埛缂栫爜 + + [SugarColumn(IsIgnore = true)] public string? DepartName { get; set; } } \ No newline at end of file -- Gitblit v1.9.3