This commit is contained in:
Zhang.WH
2025-03-19 09:12:53 +08:00
51 changed files with 2885 additions and 946 deletions

View File

@@ -137,6 +137,21 @@ public class CommonConstants {
* 患者姓名
*/
String PatientName = "patient_name";
/**
* 请求状态
*/
String requestStatus = "request_status";
/**
* 创建时间
*/
String createTime = "create_time";
/**
* 请求基于什么的ID
*/
String basedOnId = "based_on_id";
}
/**