{
    "success": true,
    "code": 200,
    "message": "取得系統配置成功",
    "data": [
        {
            "id": 11,
            "category": "company",
            "config_key": "factory_name",
            "config_value": "示範製造工廠",
            "value_type": "string",
            "description": "工廠或客戶名稱",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 12,
            "category": "company",
            "config_key": "app_theme_color",
            "config_value": "blue",
            "value_type": "string",
            "description": "系統主色彩風格",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 8,
            "category": "inventory",
            "config_key": "default_finished_warehouse_code",
            "config_value": "WH-FG",
            "value_type": "string",
            "description": "成品入庫預設倉庫代碼",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 9,
            "category": "inventory",
            "config_key": "default_raw_warehouse_code",
            "config_value": "WH-RAW",
            "value_type": "string",
            "description": "原物料扣料預設倉庫代碼",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 10,
            "category": "inventory",
            "config_key": "default_isolated_warehouse_code",
            "config_value": "WH-ISO",
            "value_type": "string",
            "description": "品質隔離品暫存倉庫代碼",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 4,
            "category": "production",
            "config_key": "prevent_duplicate_scan_seconds_good",
            "config_value": "60",
            "value_type": "number",
            "description": "良品防連續誤刷安全時間窗 (秒)",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 5,
            "category": "production",
            "config_key": "prevent_duplicate_scan_seconds_other",
            "config_value": "300",
            "value_type": "number",
            "description": "非良品防重複時間窗 (秒)",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 6,
            "category": "production",
            "config_key": "auto_consume_materials_on_inbound",
            "config_value": "1",
            "value_type": "boolean",
            "description": "成品報工入庫時自動扣減原物料庫存",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 7,
            "category": "production",
            "config_key": "enforce_rework_balance_check",
            "config_value": "1",
            "value_type": "boolean",
            "description": "重工沖銷防呆檢查",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 1,
            "category": "work_order",
            "config_key": "order_no_prefix",
            "config_value": "WO",
            "value_type": "string",
            "description": "工單編號前綴字元",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 2,
            "category": "work_order",
            "config_key": "order_no_date_format",
            "config_value": "Ymd",
            "value_type": "string",
            "description": "工單編號日期格式",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        },
        {
            "id": 3,
            "category": "work_order",
            "config_key": "order_no_sequence_digits",
            "config_value": "3",
            "value_type": "number",
            "description": "工單每日流水號位數",
            "is_editable": 1,
            "updated_at": "2026-09-15 08:58:37"
        }
    ],
    "timestamp": "2026-09-15 04:51:36"
}