医生站-诊断

This commit is contained in:
Wang.Huan
2025-03-11 19:10:40 +08:00
parent 4e60af7db2
commit a96b47b41f
16 changed files with 341 additions and 85 deletions

View File

@@ -84,4 +84,20 @@ public class CommonConstants {
String BusNo = "bus_no";
}
/**
* 业务常量
*/
public interface BusinessName {
/**
* 西医诊断
*/
String WESTERN_MEDICINE_DIAGNOSIS = "西医诊断";
/**
* 中医诊断
*/
String TCM_DIAGNOSIS = "中医诊断";
}
}