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/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 7e88165..d736f72 100644 --- a/StandardInterface/MES.Service/Dto/service/LLJDto.cs +++ b/StandardInterface/MES.Service/Dto/service/LLJDto.cs @@ -23,6 +23,8 @@ //鐗规畩澶囨敞 public string? Meom { get; set; } + public int? PHSY {get; set; } + //========================================== //宸℃涓诲瓙琛ㄩ渶瑕佺殑鏁版嵁 public QsItemOqcReq? from { get; set; } -- Gitblit v1.9.3