导入导出

This commit is contained in:
2026-01-07 15:37:19 +08:00
parent fb775ae53c
commit b5a8de5dc5

View File

@@ -185,7 +185,13 @@ namespace DOAN.Service.BZFM
var query = Queryable()
.Where(predicate.ToExpression())
.Select(it => new MmMaterialExcelDto;
.Select(it => new MmMaterialExcelDto
.Select(it => new MmMaterialCategoryOptionsDto
{
Label = it.CategoryName,
Value = it.CategoryCode
}
).ToList()
;