增加开方-用量 袋数

This commit is contained in:
2026-05-07 11:59:15 +08:00
parent 581c74f11a
commit 477fcf6180
8 changed files with 101 additions and 13 deletions
@@ -0,0 +1,3 @@
-- 添加处方用量袋数字段(浓缩水丸等开方场景,1-5袋)
ALTER TABLE `zyt_tcm_prescription`
ADD COLUMN `dosage_bag_count` TINYINT UNSIGNED NOT NULL DEFAULT 1 COMMENT '用量袋数(1-5袋)' AFTER `dosage_unit`;