first commit

This commit is contained in:
Your Name
2026-09-08 11:40:15 +08:00
commit a5353f7eb5
9568 changed files with 1646214 additions and 0 deletions
@@ -0,0 +1,3 @@
-- 处方库:禁用修改(导入处方后锁定药材,不可增删改,只能再次导入覆盖)
ALTER TABLE `zyt_prescription_library`
ADD COLUMN `disable_edit` tinyint(1) NOT NULL DEFAULT 0 COMMENT '导入处方后是否禁止修改/删除药材:0否 1是' AFTER `is_public`;