init: 初始化 dpb 桃育种系统代码库

前后端 + 后端 FastAPI 全量源码、部署脚本与文档。
This commit is contained in:
34047007@qq.com
2026-08-06 00:17:49 +08:00
commit b95053c52c
1469 changed files with 322298 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
-- ============================================================
-- P1.9: trial_study 试验执行 —— 季节(规格 §3.4/v1.6)
-- ------------------------------------------------------------
-- 幂等。bre_trial_study 表已由 bre_tables.sql 建好。
-- design_type 列已存在(String(32)),前端改枚举下拉即可,无需焊列。
-- ============================================================
ALTER TABLE bre_trial_study ADD COLUMN IF NOT EXISTS season varchar(32);