Merge branch 'master' into tongji-99

This commit is contained in:
Your Name
2026-05-07 15:43:49 +08:00
16 changed files with 11147 additions and 117 deletions
@@ -24,6 +24,7 @@ class Prescription extends BaseModel
// 字段类型转换
protected $type = [
'dosage_amount' => 'float',
'dosage_bag_count' => 'integer',
'need_decoction' => 'integer',
];