Files
dpb/backend/sql/bre_menu_extra.sql
T
34047007@qq.com b95053c52c init: 初始化 dpb 桃育种系统代码库
前后端 + 后端 FastAPI 全量源码、部署脚本与文档。
2026-08-06 00:17:49 +08:00

17 lines
995 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- ============================================================
-- 桃育种业务模块 · 扩展菜单种子(已废弃)
-- ------------------------------------------------------------
-- 本文件已废弃:旧版 900130 段菜单(挂在 900001 基础数据下)与当前
-- 重构版菜单树(bre_menu.sql,阶段容器 900030-900034)冲突,且 900200-900318
-- 段与 900200-900299 预留树(分子育种/品种保护/AI增强)id 重叠。
--
-- 全系统菜单的唯一权威种子为 bre_menu.sql
-- backend/sql/bre_menu.sql
-- 该文件拥有 900001-900199(菜单+按钮 A 段)、900300-900499(按钮 C 段),
-- 并以 ON CONFLICT DO NOTHING 幂等补灌 900200-900299 预留树。
--
-- 本文件保留仅作占位(避免引用此路径的脚本/生成器报错),不含任何 DDL/DML。
-- 生成器 _gen_breeding_be.py 的 gen_menu_sql() 亦改为输出本占位说明。
-- ============================================================
SELECT 1;