Files
sam-api/public/tenant/material/inventory_status.php

9 lines
137 B
PHP
Raw Normal View History

2025-08-10 02:36:50 +09:00
<?php
$CURRENT_SECTION = 'inventory';
2025-08-10 02:36:50 +09:00
include '../inc/header.php';
?>
화면 준비중입니다.
<?php include '../inc/footer.php'; ?>