医嘱查询代码初始化

This commit is contained in:
Wang.Huan
2025-03-14 18:01:00 +08:00
parent 1cd51b8c09
commit 4e1413521f
11 changed files with 414 additions and 1 deletions

View File

@@ -130,4 +130,15 @@ public class CommonConstants {
String TCM_DIAGNOSIS = "中医诊断";
}
/**
* sql条件常量
*/
public interface SqlCondition {
/**
* 关于库存的表名str
*/
String ABOUT_INVENTORY_TABLE_STR =
"'med_medication_definition', 'adm_device_definition', 'wor_activity_definition'";
}
}