焊口信息台账导出增加列

This commit is contained in:
李鹏飞 2024-10-17 00:10:27 +08:00
parent 973762307b
commit d717b110a7
1 changed files with 2 additions and 0 deletions

View File

@ -520,6 +520,8 @@ namespace FineUIPro.Web.HJGL.InfoQuery
= x.HardResult,
= x.TrustBatchCode,
= x.NDECode,
=x.DetectionTypeCode,
=x.DetectionRateCode
}).ToList();
MiniExcel.SaveAs(path, q);