From 012075cfe51f93d2a3e80a5ed0891b55b664add9 Mon Sep 17 00:00:00 2001 From: xwt <2740516069@qq.com> Date: 星期一, 09 六月 2025 23:28:48 +0800 Subject: [PATCH] 检验项目新增特殊物料备注 --- StandardInterface/MES.Service/Dto/service/LLJDto.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/StandardInterface/MES.Service/Dto/service/LLJDto.cs b/StandardInterface/MES.Service/Dto/service/LLJDto.cs index 6ee2a7b..7e88165 100644 --- a/StandardInterface/MES.Service/Dto/service/LLJDto.cs +++ b/StandardInterface/MES.Service/Dto/service/LLJDto.cs @@ -20,6 +20,8 @@ //澶囨敞 public string? Remarks { get; set; } + //鐗规畩澶囨敞 + public string? Meom { get; set; } //========================================== //宸℃涓诲瓙琛ㄩ渶瑕佺殑鏁版嵁 -- Gitblit v1.9.3