Merge branch 'master' of https://codeup.aliyun.com/61c0318acd8b75daa5a125f7/medical/openhis
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user