目录管理更新

This commit is contained in:
liuhongrui
2025-03-26 14:23:56 +08:00
parent 98039f1cc4
commit 5b77a40ee9
13 changed files with 232 additions and 39 deletions

View File

@@ -92,4 +92,10 @@ public class Medication extends HisBaseEntity {
/** DDD单位 */
private String dddUnitCode;
/** 单次最小用药频次 */
private String minRateCode;
/** 单次最大用药频次 */
private String maxRateCode;
}