From f2900f2e7a9fef2e536c34e8d8406ac60c0f06ba Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 17 七月 2025 23:36:32 +0800 Subject: [PATCH] 添加首检的查询条件,添加首检,巡检返回总行数 --- StandardInterface/MES.Service/Dto/service/RKJDaa001.cs | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs index e7a61de..61b439d 100644 --- a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs +++ b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs @@ -13,7 +13,8 @@ public decimal? ItemInId { get; set; } // 浠诲姟鍗曞彿 - [SugarColumn(ColumnName = "ITEM_NO")] public string? ItemNo { get; set; } + [SugarColumn(ColumnName = "ITEM_NO")] + public string? ItemNo { get; set; } [SugarColumn(ColumnName = "ITEM_NAME")] public string? ItemName { get; set; } @@ -21,4 +22,17 @@ // 璁㈠崟鏁伴噺 [SugarColumn(ColumnName = "QUANTITY")] public decimal? Quantity { get; set; } + + //浜х嚎缂栫爜 + [SugarColumn(ColumnName = "DAA015")] + public string? Daa015 { get; set; } + + //浜х嚎缂栫爜 + [SugarColumn(ColumnName = "DAA015")] + public string? Daa020 { get; set; } + + //鐢宠鍗曞彿 + [SugarColumn(ColumnName = "BILL_NO")] + public string? billNo { get; set; } + } \ No newline at end of file -- Gitblit v1.9.3