导入导出

This commit is contained in:
2026-01-07 15:44:02 +08:00
parent a6ca3d6c20
commit e31bdb4b12

View File

@@ -225,6 +225,18 @@ namespace DOAN.Service.BZFM
Id = it.Id,
Type = it.Type,
MaterialCode = it.MaterialCode,
MaterialName = it.MaterialName,
Specification = it.Specification,
CategoryCode = it.CategoryCode,
CategoryName = it.CategoryName,
Unit = it.Unit,
SupplierCode = it.SupplierCode,
SupplierName = it.SupplierName,
SafetyStock = it.SafetyStock,
Status = it.Status,
CreatedTime = it.CreatedTime,
UpdatedTime = it.UpdatedTime,
Description = it.Description
});
return query.ToPage(pager);