From 82dac540156cb29e58c86f7d7d840e3c7e548c15 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期四, 14 八月 2025 19:55:41 +0800 Subject: [PATCH] 来料检,入库检,首检巡检。 --- StandardInterface/MES.Service/Dto/service/RKJDaa001.cs | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs index e7a61de..e1e9d3b 100644 --- a/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs +++ b/StandardInterface/MES.Service/Dto/service/RKJDaa001.cs @@ -7,18 +7,36 @@ [SugarTable("V_QS_RK_DAA001")] //鐢ㄤ簬SqlSugar public class RKJDaa001 : Page -{ - // 閫佹鎵规 +{ // pID [SugarColumn(ColumnName = "ITEM_IN_ID")] public decimal? ItemInId { get; set; } + // 宸ュ崟鍙� + [SugarColumn(ColumnName = "RBILL_NO")] + public string? RbillNo { 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; } - // 璁㈠崟鏁伴噺 + // 閫佹鏁伴噺 [SugarColumn(ColumnName = "QUANTITY")] public decimal? Quantity { get; set; } + + // 瑙勬牸鍨嬪彿 + [SugarColumn(ColumnName = "ITEM_MODEL")] + public string? ItemModel { get; set; } + + //浜х嚎缂栫爜 + [SugarColumn(ColumnName = "DAA015")] + public string? Daa015 { get; set; } + + //浜х嚎鍚嶇О + [SugarColumn(ColumnName = "DAA020")] + public string? Daa020 { get; set; } + + } \ No newline at end of file -- Gitblit v1.9.3