From 940b1a470e6a9614adbf992eed05e47c52521486 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期五, 04 七月 2025 16:16:28 +0800 Subject: [PATCH] 首检巡检 --- StandardInterface/MES.Service/Dto/service/SJPageResult.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs index 0064430..5aa2d22 100644 --- a/StandardInterface/MES.Service/Dto/service/SJPageResult.cs +++ b/StandardInterface/MES.Service/Dto/service/SJPageResult.cs @@ -82,4 +82,13 @@ /// </summary> [SugarColumn(ColumnName = "DAA008")] public decimal? Daa008 { get; set; } + + /// <summary> + /// 鐗╂枡ID + /// </summary> + [SugarColumn(ColumnName = "ITEM_ID")] + public decimal? ItemId { get; set; } + + [SugarColumn(ColumnName = "SJ_MJ")] + public string? SJ_MJ { get; set; } } \ No newline at end of file -- Gitblit v1.9.3