feat: 전산비품 및 모바일기기 관리 기능 확장 (보관위치, 상태관리, 분출이력)

This commit is contained in:
2026-04-21 17:52:46 +09:00
parent 5ff991693a
commit ba7ce796d1
6 changed files with 342 additions and 381 deletions

View File

@@ -40,6 +40,8 @@ export interface HardwareAsset {
비고?: string;
현사용조직?: string;
이전사용조직?: string;
보관위치?: string;
현재상태?: string;
}
export interface SoftwareAsset {