oa_based/src/modules/materials_inventory/materials_inventory.service.ts

5 lines
102 B
TypeScript
Raw Normal View History

2024-02-29 10:32:37 +08:00
import { Injectable } from '@nestjs/common';
@Injectable()
export class MaterialsInventoryService {}